!7 p { TextView tv = aTextView("Hello world"); androidShow(tv); View view = androidActivity().findViewById(android.R.id.content); if (view == tv) aToat("OK!"); else aToast("Huh? " + view); }