Searched refs:keyguardOccluded (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowManager.java158 if (state.bouncerShowing && (state.keyguardOccluded || state.keyguardNeedsInput)
292 mCurrentState.keyguardOccluded = occluded;
420 boolean keyguardOccluded; field in class:StatusBarWindowManager.State
446 return keyguardShowing && !keyguardOccluded;
H A DStatusBar.java4081 boolean keyguardOccluded, boolean bouncerShowing, boolean secure,
4087 | ((keyguardOccluded ? 1 : 0) << 9)
4080 getLoggingFingerprint(int statusBarState, boolean keyguardShowing, boolean keyguardOccluded, boolean bouncerShowing, boolean secure, boolean currentlyInsecure) argument

Completed in 66 milliseconds