Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java204 if (mBouncer.needsFullscreenBouncer() && !mDozing) { in showBouncerOrKeyguard()
280 if (hideBouncerWhenShowing || mBouncer.needsFullscreenBouncer()) { in reset()
325 if (dozing || mBouncer.needsFullscreenBouncer() || mOccluded) { in setDozing()
DKeyguardBouncer.java428 public boolean needsFullscreenBouncer() { in needsFullscreenBouncer() method in KeyguardBouncer
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java285 mBouncer.needsFullscreenBouncer(); in testNeedsFullscreenBouncer_asksKeyguardView()