Searched refs:getMatchingWindowType (Results 1 – 3 of 3) sorted by relevance
123 windowManagerState.getMatchingWindowType(TYPE_KEYGUARD_DIALOG); in isKeyguardOnDisplay()
199 return windowManagerState.getMatchingWindowType(TYPE_WALLPAPER).stream().anyMatch( in isWallpaperOnDisplay()
331 List<WindowState> getMatchingWindowType(int type) { in getMatchingWindowType() method in WindowManagerState