Home
last modified time | relevance | path

Searched refs:theTextView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextViewTranslationCallback.java91 TextView theTextView = (TextView) view; in onShowTranslation() local
95 theTextView.getTransformationMethod(); in onShowTranslation()
100 WeakReference<TextView> textViewRef = new WeakReference<>(theTextView); in onShowTranslation()
102 theTextView, in onShowTranslation()
161 TextView theTextView = (TextView) view; in onHideTranslation() local
162 WeakReference<TextView> textViewRef = new WeakReference<>(theTextView); in onHideTranslation()
164 theTextView, in onHideTranslation()