Searched refs:theTextView (Results 1 – 1 of 1) sorted by relevance
91 TextView theTextView = (TextView) view; in onShowTranslation() local95 theTextView.getTransformationMethod(); in onShowTranslation()100 WeakReference<TextView> textViewRef = new WeakReference<>(theTextView); in onShowTranslation()102 theTextView, in onShowTranslation()161 TextView theTextView = (TextView) view; in onHideTranslation() local162 WeakReference<TextView> textViewRef = new WeakReference<>(theTextView); in onHideTranslation()164 theTextView, in onHideTranslation()