Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java730 final EditText popupTextView = serviceSession.getService().getPopupTextView( in testMultiWindowFocusHandleOnDifferentUiThread() local
732 assertNotSame(popupTextView.getHandler().getLooper(), in testMultiWindowFocusHandleOnDifferentUiThread()
738 popupTextView.post(() -> { in testMultiWindowFocusHandleOnDifferentUiThread()
739 popupTextView.setPrivateImeOptions(marker2); in testMultiWindowFocusHandleOnDifferentUiThread()
740 popupTextHasViewFocus.set(popupTextView.requestFocus()); in testMultiWindowFocusHandleOnDifferentUiThread()
744 mCtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, popupTextView); in testMultiWindowFocusHandleOnDifferentUiThread()
834 final EditText popupTextView = serviceSession.getService().getPopupTextView( in testOnCheckIsTextEditorRunOnUIThread() local
836 assertTrue(popupTextView.getHandler().getLooper() in testOnCheckIsTextEditorRunOnUIThread()
840 mCtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, popupTextView); in testOnCheckIsTextEditorRunOnUIThread()