Searched refs:mBouncerShowing (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java76 protected boolean mBouncerShowing; field in class:ScrimController
159 mBouncerShowing = showing;
272 } else if (!mKeyguardShowing && !mBouncerShowing) {
289 } else if (mBouncerShowing) {
H A DPhoneStatusBar.java2357 && (mExpandedVisible || mBouncerShowing || mWaitingForKeyguardExit)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java260 protected boolean mBouncerShowing; field in class:BaseStatusBar
2591 mBouncerShowing = bouncerShowing;
2598 return mBouncerShowing;

Completed in 95 milliseconds