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.java223 if (state.bouncerShowing && (state.keyguardOccluded || state.keyguardNeedsInput) in applyFocusableFlag()
343 mCurrentState.keyguardOccluded, in notifyStateChangedCallbacks()
393 mCurrentState.keyguardOccluded = occluded; in setKeyguardOccluded()
579 boolean keyguardOccluded; field in StatusBarWindowController.State
609 return keyguardShowing && !keyguardOccluded; in isKeyguardShowingAndNotOccluded()
DScrimController.java914 public void setKeyguardOccluded(boolean keyguardOccluded) { in setKeyguardOccluded() argument
915 mKeyguardOccluded = keyguardOccluded; in setKeyguardOccluded()
DStatusBar.java2798 boolean keyguardOccluded, boolean bouncerShowing, boolean secure, in getLoggingFingerprint() argument
2804 | ((keyguardOccluded ? 1 : 0) << 9) in getLoggingFingerprint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java560 private void onStatusBarStateChanged(boolean keyguardShowing, boolean keyguardOccluded, in onStatusBarStateChanged() argument
564 keyguardShowing && !keyguardOccluded, displayId); in onStatusBarStateChanged()
566 keyguardShowing && keyguardOccluded, displayId); in onStatusBarStateChanged()