Searched refs:isKeyguardOccluded (Results 1 – 3 of 3) sorted by relevance
179 public static boolean isKeyguardOccluded(WindowManagerState state) { in isKeyguardOccluded() method in WindowManagerStateHelper180 return state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY); in isKeyguardOccluded()188 && !state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY); in isKeyguardShowingAndNotOccluded()198 && state.getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY), in waitForKeyguardShowingAndOccluded()782 getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY));791 getKeyguardControllerState().isKeyguardOccluded(DEFAULT_DISPLAY));
256 if (WindowManagerStateHelper.isKeyguardOccluded(mWmState)) { in close()
1961 boolean isKeyguardOccluded(int displayId) {