Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPresentationTest.java106 windowManagerState.getMatchingWindowType(TYPE_PRESENTATION); in isPresentationOnDisplay()
DWindowUntrustedTouchTest.java881 return !state.getMatchingWindowType(LayoutParams.TYPE_TOAST).isEmpty() in hasVisibleToast()
914 state -> state.getMatchingWindowType(LayoutParams.TYPE_TOAST).isEmpty())) { in waitForNoToastOverlays()
DMultiDisplaySystemDecorationTests.java207 return windowManagerState.getMatchingWindowType(TYPE_WALLPAPER).stream().anyMatch( in isWallpaperOnDisplay()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java768 windowManagerState.getMatchingWindowType(TYPE_KEYGUARD_DIALOG);
DWindowManagerState.java947 return !getMatchingWindowType(TYPE_NOTIFICATION_SHADE).isEmpty(); in hasNotificationShade()
954 List<WindowState> getMatchingWindowType(int type) { in getMatchingWindowType() method in WindowManagerState