Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardLiftController.kt41 private var bouncerVisible = false regex
65 bouncerVisible = bouncer
77 pw.println(" bouncerVisible: $bouncerVisible")
89 val shouldListen = (onKeyguard || bouncerVisible) && isFaceEnabled
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardHostViewController.java79 boolean bouncerVisible = mView.isVisibleToUser();
87 && (bouncerVisible || dismissKeyguard)) {
88 if (!bouncerVisible) {
H A DKeyguardMessageArea.java199 public void setBouncerVisible(boolean bouncerVisible) { in setBouncerVisible() argument
200 mBouncerVisible = bouncerVisible; in setBouncerVisible()
H A DKeyguardUpdateMonitor.java2982 private void handleKeyguardBouncerChanged(int bouncerVisible) { in handleKeyguardBouncerChanged() argument
2984 if (DEBUG) Log.d(TAG, "handleKeyguardBouncerChanged(" + bouncerVisible + ")"); in handleKeyguardBouncerChanged()
2985 mBouncer = bouncerVisible == 1; in handleKeyguardBouncerChanged()