Searched refs:windowManagerState (Results 1 – 2 of 2) sorted by relevance
121 private boolean isKeyguardOnDisplay(WindowManagerState windowManagerState, int displayId) { in isKeyguardOnDisplay() argument123 windowManagerState.getMatchingWindowType(TYPE_KEYGUARD_DIALOG); in isKeyguardOnDisplay()
198 private boolean isWallpaperOnDisplay(WindowManagerState windowManagerState, int displayId) { in isWallpaperOnDisplay() argument199 return windowManagerState.getMatchingWindowType(TYPE_WALLPAPER).stream().anyMatch( in isWallpaperOnDisplay()