Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DToastWindowTest.java115 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST) == null, in testToastWindowTokenIsRemovedAfterToastIsHidden()
134 WindowState toastWindow = wmState.findFirstWindowWithType(LayoutParams.TYPE_TOAST); in testToastWindowIsNotClickable()
DWindowUntrustedTouchTest.java746 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenSelfTextToastWindow_allowsTouch()
757 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenTextToastWindow_allowsTouch()
882 && state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).isSurfaceShown(); in hasVisibleToast()
DKeyguardTests.java590 mWmState.findFirstWindowWithType(TYPE_WALLPAPER); in assertWallpaperShowing()
DSplashscreenTests.java162 WindowManagerState.WindowState startingWindow = mWmState.findFirstWindowWithType( in testSplashScreenColor()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java1054 WindowState findFirstWindowWithType(int type) { in findFirstWindowWithType() method in WindowManagerState