Searched refs:setBouncerShowing (Results 1 – 5 of 5) sorted by relevance
69 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in PanelBar
602 mStatusBarWindowManager.setBouncerShowing(bouncerShowing); in updateStates()603 mStatusBar.setBouncerShowing(bouncerShowing); in updateStates()
323 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in StatusBarWindowManager
842 mStatusBarView.setBouncerShowing(mBouncerShowing); in makeStatusBarView()4452 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method4454 if (mStatusBarView != null) mStatusBarView.setBouncerShowing(bouncerShowing); in setBouncerShowing()
234 mStatusBar.setBouncerShowing(true); in testSetBouncerShowing_noCrash()