Searched refs:windowManagerState (Results 1 – 3 of 3) sorted by relevance
104 private boolean isPresentationOnDisplay(WindowManagerState windowManagerState, int displayId) { in isPresentationOnDisplay() argument106 windowManagerState.getMatchingWindowType(TYPE_PRESENTATION); in isPresentationOnDisplay()
210 private boolean isWallpaperOnDisplay(WindowManagerState windowManagerState, int displayId) { in isWallpaperOnDisplay() argument211 return windowManagerState.getMatchingWindowType(TYPE_WALLPAPER).stream().anyMatch( in isWallpaperOnDisplay()
787 WindowManagerState windowManagerState, int displayId) {789 windowManagerState.getMatchingWindowType(TYPE_KEYGUARD_DIALOG);