Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java142 private boolean mIsBouncerShowing; field in LegacyLockIconViewController
282 mIsBouncerShowing = mKeyguardViewController.isBouncerShowing(); in setLockIconView()
421 && !mIsBouncerShowing in isLockScreen()
487 pw.println(" mIsBouncerShowing: " + mIsBouncerShowing); in dump()
563 mIsBouncerShowing = bouncer;
600 mIsBouncerShowing = mKeyguardViewController.isBouncerShowing();
736 mIsBouncerShowing = true; in onLongPress()
766 if (mIsBouncerShowing) { in isActionable()