Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java554 mStatusBarWindowManager.setBouncerShowing(bouncerShowing); in updateStates()
555 mStatusBar.setBouncerShowing(bouncerShowing); in updateStates()
556 mScrimController.setBouncerShowing(bouncerShowing); in updateStates()
DPanelBar.java67 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in PanelBar
DStatusBarWindowManager.java287 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in StatusBarWindowManager
DScrimController.java152 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in ScrimController
DStatusBar.java4894 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method
4896 mStatusBarView.setBouncerShowing(bouncerShowing); in setBouncerShowing()