Searched refs:waitForWindowVisible (Results 1 – 7 of 7) sorted by relevance
21 import android.server.wm.CtsWindowInfoUtils.waitForWindowVisible in <lambda>()114 waitForWindowVisible(leftView) in launchTwoWindows()115 waitForWindowVisible(rightView) in launchTwoWindows()
118 CtsWindowInfoUtils.waitForWindowVisible(mRootView)); in testOnTopHasNoBackground()145 CtsWindowInfoUtils.waitForWindowVisible(mRootView)); in testBackgroundIsBehindAllSurfaceView()
107 CtsWindowInfoUtils.waitForWindowVisible(popupView)); in testChildWindowInheritsFlagSecure()
26 import static android.server.wm.CtsWindowInfoUtils.waitForWindowVisible;845 waitForWindowVisible(mEmbeddedView); in testFocusBeforeAddingEmbedded()1306 waitForWindowVisible(mSurfaceView)); in testHostInputTokenAllowsObscuredTouches()1308 waitForWindowVisible(mTestService.getWindowToken())); in testHostInputTokenAllowsObscuredTouches()1337 waitForWindowVisible(mSurfaceView)); in testNoHostInputTokenDisallowsObscuredTouches()1339 waitForWindowVisible(mTestService.getWindowToken())); in testNoHostInputTokenDisallowsObscuredTouches()
27 import static android.server.wm.CtsWindowInfoUtils.waitForWindowVisible;646 waitForWindowVisible(clientToken)); in setup()
20 import static android.server.wm.CtsWindowInfoUtils.waitForWindowVisible;438 waitForWindowVisible(mTestView); in testGenerateAndVerifyDisplayHash_MultiColor()512 waitForWindowVisible(mTestView); in setupChildView()
194 public static boolean waitForWindowVisible(@NonNull View view) throws InterruptedException { in waitForWindowVisible() method in CtsWindowInfoUtils201 public static boolean waitForWindowVisible(@NonNull IBinder windowToken) in waitForWindowVisible() method in CtsWindowInfoUtils