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()
206 private boolean isWallpaperOnDisplay(WindowManagerState windowManagerState, int displayId) { in isWallpaperOnDisplay() argument207 return windowManagerState.getMatchingWindowType(TYPE_WALLPAPER).stream().anyMatch( in isWallpaperOnDisplay()
766 WindowManagerState windowManagerState, int displayId) {768 windowManagerState.getMatchingWindowType(TYPE_KEYGUARD_DIALOG);