Home
last modified time | relevance | path

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

/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DToastVerifier.kt37 state.findFirstWindowWithType(TYPE_TOAST) != null in <lambda>()
43 state.findFirstWindowWithType(TYPE_TOAST) == null in <lambda>()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DToastWindowTest.java115 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST) == null, in testToastWindowTokenIsRemovedAfterToastIsHidden()
134 WindowState toastWindow = wmState.findFirstWindowWithType(LayoutParams.TYPE_TOAST); in testToastWindowIsNotClickable()
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowUntrustedTouchTest.java707 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenSelfTextToastWindow_allowsTouch()
725 state -> state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).getFrame()); in testWhenTextToastWindow_allowsTouch()
850 && state.findFirstWindowWithType(LayoutParams.TYPE_TOAST).isSurfaceShown(); in hasVisibleToast()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java217 WindowManagerState.WindowState startingWindow = mWmState.findFirstWindowWithType( in testSplashScreenColor()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java1138 public WindowState findFirstWindowWithType(int type) { in findFirstWindowWithType() method in WindowManagerState