Searched refs:keyguardOccluded (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | EventLogTags.logtags | 14 ## 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/ |
D | StatusBarWindowCallback.java | 19 void onStateChanged(boolean keyguardShowing, boolean keyguardOccluded, boolean bouncerShowing); in onStateChanged() argument
|
D | StatusBarWindowController.java | 267 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()
|
D | ScrimController.java | 958 public void setKeyguardOccluded(boolean keyguardOccluded) { in setKeyguardOccluded() argument 959 mKeyguardOccluded = keyguardOccluded; in setKeyguardOccluded()
|
D | StatusBar.java | 2904 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/ |
D | OverviewProxyService.java | 568 private void onStatusBarStateChanged(boolean keyguardShowing, boolean keyguardOccluded, in onStatusBarStateChanged() argument 572 keyguardShowing && !keyguardOccluded, displayId); in onStatusBarStateChanged() 574 keyguardShowing && keyguardOccluded, displayId); in onStatusBarStateChanged()
|