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.java298 protected void showBouncerOrKeyguard(boolean hideBouncerWhenShowing) { in showBouncerOrKeyguard() argument
305 if (hideBouncerWhenShowing) { in showBouncerOrKeyguard()
374 public void reset(boolean hideBouncerWhenShowing) { in reset() argument
378 if (hideBouncerWhenShowing || mBouncer.needsFullscreenBouncer()) { in reset()
382 showBouncerOrKeyguard(hideBouncerWhenShowing); in reset()