Home
last modified time | relevance | path

Searched refs:windowManagerState (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPresentationTest.java104 private boolean isPresentationOnDisplay(WindowManagerState windowManagerState, int displayId) { in isPresentationOnDisplay() argument
106 windowManagerState.getMatchingWindowType(TYPE_PRESENTATION); in isPresentationOnDisplay()
DMultiDisplaySystemDecorationTests.java206 private boolean isWallpaperOnDisplay(WindowManagerState windowManagerState, int displayId) { in isWallpaperOnDisplay() argument
207 return windowManagerState.getMatchingWindowType(TYPE_WALLPAPER).stream().anyMatch( in isWallpaperOnDisplay()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java766 WindowManagerState windowManagerState, int displayId) {
768 windowManagerState.getMatchingWindowType(TYPE_KEYGUARD_DIALOG);