Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DWindowFocusHandleService.java64 private EditText mPopupTextView; field in WindowFocusHandleService
75 mThreadHandler.post(() -> mPopupTextView = createPopupTextView(new Point(150, 150))); in onCreate()
169 TestUtils.waitOnMainUntil(() -> mPopupTextView != null, in getPopupTextView()
172 mPopupTextView.post(() -> { in getPopupTextView()
174 mPopupTextView.getViewTreeObserver(); in getPopupTextView()
179 return mPopupTextView; in getPopupTextView()
195 if (mPopupTextView != null) { in handleReset()
196 final WindowManager wm = mPopupTextView.getContext().getSystemService( in handleReset()
198 wm.removeView(mPopupTextView); in handleReset()
199 mPopupTextView = null; in handleReset()