Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEmbeddedHierarchyTest.java139 assertThat(CtsWindowInfoUtils.waitForWindowFocus(hostView, true)).isTrue(); in testEmbeddedView_PerformActionTransfersWindowInputFocus()
144 assertThat(CtsWindowInfoUtils.waitForWindowFocus(embeddedView, true)).isFalse(); in testEmbeddedView_PerformActionTransfersWindowInputFocus()
148 assertThat(CtsWindowInfoUtils.waitForWindowFocus(embeddedView, true)).isTrue(); in testEmbeddedView_PerformActionTransfersWindowInputFocus()
/cts/tests/tests/widget/src/android/widget/cts/
DSearchView_CursorTest.java19 import static android.server.wm.CtsWindowInfoUtils.waitForWindowFocus;
282 waitForWindowFocus(mSearchView, /*hasWindowFocus*/ true)); in testSuggestionEnterKey()
/cts/tests/surfacecontrol/scvhapp/src/android/server/wm/scvh/
DCrossProcessSurfaceControlViewHostTestService.java137 return CtsWindowInfoUtils.waitForWindowFocus(mView, waitForFocus); in waitForFocus()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceViewTest.java63 CtsWindowInfoUtils.waitForWindowFocus(mMockSurfaceView, true); in setup()
DSurfaceControlViewHostTests.java22 import static android.server.wm.CtsWindowInfoUtils.waitForWindowFocus;
353 if (!waitForWindowFocus(view, hasWindowFocus)) { in assertWindowFocused()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCtsWindowInfoUtils.java591 public static boolean waitForWindowFocus(final View view, boolean hasWindowFocus) { in waitForWindowFocus() method