static AutoCloseable aTempDisable(final View v) { if (v == null || !v.isEnabled()) null; aDisable(v); ret autoCloseable { aEnable(v); }; }