Home
last modified time | relevance | path

Searched refs:keyguardOccluded (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags14 ## keyguardShowing: 1: Keyguard shown to the user (or keyguardOccluded)
15 ## keyguardOccluded: 1: Keyguard active, but another activity is occluding it
19 36004 sysui_status_bar_state (state|1),(keyguardShowing|1),(keyguardOccluded|1),(bouncerShowing|1),…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowManager.java168 if (state.bouncerShowing && (state.keyguardOccluded || state.keyguardNeedsInput) in applyFocusableFlag()
303 mCurrentState.keyguardOccluded = occluded; in setKeyguardOccluded()
436 boolean keyguardOccluded; field in StatusBarWindowManager.State
463 return keyguardShowing && !keyguardOccluded; in isKeyguardShowingAndNotOccluded()
DScrimController.java897 public void setKeyguardOccluded(boolean keyguardOccluded) { in setKeyguardOccluded() argument
898 mKeyguardOccluded = keyguardOccluded; in setKeyguardOccluded()
DStatusBar.java3302 boolean keyguardOccluded, boolean bouncerShowing, boolean secure, in getLoggingFingerprint() argument
3308 | ((keyguardOccluded ? 1 : 0) << 9) in getLoggingFingerprint()