static S aGetText(final TextView tv) { ret tv == null ? null : androidEvalInUIThread(func -> S { str(tv.getText()) }); }