static A aSetText(final A tv, fS text) { if (tv != null) androidUI(r { tv.setText(unnull(text)) }); ret tv; }