Searched refs:needsFullscreenBouncer (Results 1 – 2 of 2) sorted by relevance
357 if (mBouncer.needsFullscreenBouncer() && !mDozing) { in showBouncerOrKeyguard()451 if (hideBouncerWhenShowing || mBouncer.needsFullscreenBouncer()) { in reset()488 if (dozing || mBouncer.needsFullscreenBouncer() || mOccluded) { in setDozing()758 if (mBouncer.isScrimmed() && !mBouncer.needsFullscreenBouncer()) { in onBackPressed()
178 if (mKeyguardStateController.isFaceAuthEnabled() && !needsFullscreenBouncer() in show()469 public boolean needsFullscreenBouncer() { in needsFullscreenBouncer() method in KeyguardBouncer