Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java710 final AtomicBoolean popupTextHasWindowFocus = new AtomicBoolean(false); in testMultiWindowFocusHandleOnDifferentUiThread() local
731 popupTextHasWindowFocus); in testMultiWindowFocusHandleOnDifferentUiThread()
745 TestUtils.waitOnMainUntil(() -> popupTextHasWindowFocus.get() in testMultiWindowFocusHandleOnDifferentUiThread()
754 && !popupTextHasWindowFocus.get(), TIMEOUT); in testMultiWindowFocusHandleOnDifferentUiThread()
828 final AtomicBoolean popupTextHasWindowFocus = new AtomicBoolean(false); in testOnCheckIsTextEditorRunOnUIThread() local
835 popupTextHasWindowFocus); in testOnCheckIsTextEditorRunOnUIThread()