Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java394 if (mBouncer.needsFullscreenBouncer() && !mDozing) { in showBouncerOrKeyguard()
533 if (hideBouncerWhenShowing || mBouncer.needsFullscreenBouncer()) { in reset()
608 if (dozing || mBouncer.needsFullscreenBouncer() || mOccluded) { in setDozing()
918 if (mBouncer.isScrimmed() && !mBouncer.needsFullscreenBouncer()) { in onBackPressed()
H A DKeyguardBouncer.java211 if (mKeyguardStateController.isFaceAuthEnabled() && !needsFullscreenBouncer() in show()
500 public boolean needsFullscreenBouncer() { in needsFullscreenBouncer() method in KeyguardBouncer