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.java203 protected void showBouncerOrKeyguard(boolean hideBouncerWhenShowing) { in showBouncerOrKeyguard() argument
210 if (hideBouncerWhenShowing) { in showBouncerOrKeyguard()
276 public void reset(boolean hideBouncerWhenShowing) { in reset() argument
280 if (hideBouncerWhenShowing || mBouncer.needsFullscreenBouncer()) { in reset()
284 showBouncerOrKeyguard(hideBouncerWhenShowing); in reset()