static A aEnable(final A a) { if (a != null) androidUI(r { a.setEnabled(true) }); ret a; }