static A aSetBackground(final int color, final A a) { if (a != null) androidUI(r { a.setBackgroundColor(color) }); ret a; }