static TextView aTextViewWithWindowFocusChangeNotify(final VF1 daListener) { ret androidUI(func -> TextView { ret new TextView(androidActivity()) { public void onWindowFocusChanged(bool b) { super.onWindowFocusChanged(b); pcallF(daListener, (Bool) b); } }; }); }