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