Searched refs:setBouncerShowing (Results 1 – 7 of 7) sorted by relevance
85 default void setBouncerShowing(boolean showing) {} in setBouncerShowing() method
191 mNotificationShadeWindowController.setBouncerShowing(true); in setBouncerShowing_isFocusable_whenNeedsInput()
491 mStatusBar.setBouncerShowing(true); in testSetBouncerShowing_noCrash()923 mStatusBar.setBouncerShowing(true); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
1002 mNotificationShadeWindowController.setBouncerShowing(bouncerShowing); in updateStates()1003 mStatusBar.setBouncerShowing(bouncerShowing); in updateStates()
541 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in NotificationShadeWindowControllerImpl
3459 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method3461 mKeyguardBypassController.setBouncerShowing(bouncerShowing); in setBouncerShowing()3462 mPulseExpansionHandler.setBouncerShowing(bouncerShowing); in setBouncerShowing()3486 mNotificationPanelViewController.setBouncerShowing(bouncerShowing); in setBouncerShowingForStatusBarComponents()
3293 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method in NotificationPanelViewController