Searched refs:needsFullscreenBouncer (Results 1 – 2 of 2) sorted by relevance
394 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()
211 if (mKeyguardStateController.isFaceAuthEnabled() && !needsFullscreenBouncer() in show()500 public boolean needsFullscreenBouncer() { in needsFullscreenBouncer() method in KeyguardBouncer