Searched refs:needsFullscreenBouncer (Results 1 – 2 of 2) sorted by relevance
152 needsFullscreenBouncer()374 private fun needsFullscreenBouncer(): Boolean { regex403 !needsFullscreenBouncer() &&
536 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