Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt152 needsFullscreenBouncer()
374 private fun needsFullscreenBouncer(): Boolean { regex
403 !needsFullscreenBouncer() &&
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java536 return !needsFullscreenBouncer() && mIsBackAnimationEnabled; in shouldPlayBackAnimation()
631 if (needsFullscreenBouncer() && !mDozing) { in showBouncerOrKeyguard()
770 if (hideBouncerWhenShowing || needsFullscreenBouncer()) { in reset()
851 if (dozing || needsFullscreenBouncer() in setDozing()
1113 if (primaryBouncerIsScrimmed() && !needsFullscreenBouncer()) { in onBackPressed()
1627 public boolean needsFullscreenBouncer() { in needsFullscreenBouncer() method in StatusBarKeyguardViewManager