Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java315 protected void showBouncerOrKeyguard(boolean hideBouncerWhenShowing) { in showBouncerOrKeyguard() argument
322 if (hideBouncerWhenShowing) { in showBouncerOrKeyguard()
402 public void reset(boolean hideBouncerWhenShowing) { in reset() argument
406 if (hideBouncerWhenShowing || mBouncer.needsFullscreenBouncer()) { in reset()
410 showBouncerOrKeyguard(hideBouncerWhenShowing); in reset()