Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java85 default void setBouncerShowing(boolean showing) {} in setBouncerShowing() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImplTest.java191 mNotificationShadeWindowController.setBouncerShowing(true); in setBouncerShowing_isFocusable_whenNeedsInput()
H A DStatusBarTest.java491 mStatusBar.setBouncerShowing(true); in testSetBouncerShowing_noCrash()
923 mStatusBar.setBouncerShowing(true); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java1002 mNotificationShadeWindowController.setBouncerShowing(bouncerShowing); in updateStates()
1003 mStatusBar.setBouncerShowing(bouncerShowing); in updateStates()
H A DNotificationShadeWindowControllerImpl.java541 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in NotificationShadeWindowControllerImpl
H A DStatusBar.java3459 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method
3461 mKeyguardBypassController.setBouncerShowing(bouncerShowing); in setBouncerShowing()
3462 mPulseExpansionHandler.setBouncerShowing(bouncerShowing); in setBouncerShowing()
3486 mNotificationPanelViewController.setBouncerShowing(bouncerShowing); in setBouncerShowingForStatusBarComponents()
H A DNotificationPanelViewController.java3293 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method in NotificationPanelViewController