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