Searched refs:needsFullscreenBouncer (Results 1 – 2 of 2) sorted by relevance
158 needsFullscreenBouncer() in <lambda>()371 private fun needsFullscreenBouncer(): Boolean { in <lambda>() method399 return !needsFullscreenBouncer() && in <lambda>()
614 return !needsFullscreenBouncer() && mIsBackAnimationEnabled; in shouldPlayBackAnimation()707 if (needsFullscreenBouncer() && !mDozing) { in showBouncerOrKeyguard()940 if (hideBouncerWhenShowing || needsFullscreenBouncer()) { in reset()1029 if (dozing || needsFullscreenBouncer() in setDozing()1303 if (hideBouncerOverDream || (primaryBouncerIsScrimmed() && !needsFullscreenBouncer())) { in onBackPressed()1821 public boolean needsFullscreenBouncer() { in needsFullscreenBouncer() method in StatusBarKeyguardViewManager