Home
last modified time | relevance | path

Searched refs:keyguardOccluded (Results 1 – 6 of 6) 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/
DStatusBarWindowCallback.java19 void onStateChanged(boolean keyguardShowing, boolean keyguardOccluded, boolean bouncerShowing); in onStateChanged() argument
DStatusBarWindowController.java267 if (state.bouncerShowing && (state.keyguardOccluded || state.keyguardNeedsInput) in applyFocusableFlag()
388 mCurrentState.keyguardOccluded, in notifyStateChangedCallbacks()
438 mCurrentState.keyguardOccluded = occluded; in setKeyguardOccluded()
656 boolean keyguardOccluded; field in StatusBarWindowController.State
688 return keyguardShowing && !keyguardOccluded; in isKeyguardShowingAndNotOccluded()
DScrimController.java958 public void setKeyguardOccluded(boolean keyguardOccluded) { in setKeyguardOccluded() argument
959 mKeyguardOccluded = keyguardOccluded; in setKeyguardOccluded()
DStatusBar.java2904 boolean keyguardOccluded, boolean bouncerShowing, boolean secure, in getLoggingFingerprint() argument
2910 | ((keyguardOccluded ? 1 : 0) << 9) in getLoggingFingerprint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java568 private void onStatusBarStateChanged(boolean keyguardShowing, boolean keyguardOccluded, in onStatusBarStateChanged() argument
572 keyguardShowing && !keyguardOccluded, displayId); in onStatusBarStateChanged()
574 keyguardShowing && keyguardOccluded, displayId); in onStatusBarStateChanged()