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