/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeSurfaceImpl.kt | 44 override fun setBouncerShowing(bouncerShowing: Boolean) { in setBouncerShowing() method in com.android.systemui.shade.ShadeSurfaceImpl
|
D | ShadeSurface.kt | 53 fun setBouncerShowing(bouncerShowing: Boolean) method
|
D | NotificationShadeWindowControllerImpl.java | 731 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in NotificationShadeWindowControllerImpl
|
D | NotificationPanelViewController.java | 3105 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImplTest.java | 279 mNotificationShadeWindowController.setBouncerShowing(true); in setBouncerShowing_isFocusable_whenNeedsInput() 322 mNotificationShadeWindowController.setBouncerShowing(true); in setCommunalVisible_userTimeout() 339 mNotificationShadeWindowController.setBouncerShowing(true); in setKeyguardShowing_enablesSecureFlag() 351 mNotificationShadeWindowController.setBouncerShowing(false); in setKeyguardNotShowing_disablesSecureFlag() 410 mNotificationShadeWindowController.setBouncerShowing(true); in bouncerShowing_OrientationNoSensor()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/ |
D | SceneContainerStartableTest.kt | 980 verify(notificationShadeWindowController, never()).setBouncerShowing(true) in <lambda>() 981 verify(notificationShadeWindowController, times(1)).setBouncerShowing(false) in <lambda>() 984 verify(notificationShadeWindowController, times(1)).setBouncerShowing(true) in <lambda>() 985 verify(notificationShadeWindowController, times(1)).setBouncerShowing(false) in <lambda>() 988 verify(notificationShadeWindowController, times(1)).setBouncerShowing(true) in <lambda>() 989 verify(notificationShadeWindowController, times(2)).setBouncerShowing(false) in <lambda>() 995 verify(notificationShadeWindowController, times(1)).setBouncerShowing(true) in <lambda>() 996 verify(notificationShadeWindowController, times(2)).setBouncerShowing(false) in <lambda>() 999 verify(notificationShadeWindowController, times(1)).setBouncerShowing(true) in <lambda>() 1000 verify(notificationShadeWindowController, times(2)).setBouncerShowing(false) in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeWindowController.java | 87 default void setBouncerShowing(boolean showing) {} in setBouncerShowing() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesEmptyImpl.kt | 71 override fun setBouncerShowing(bouncerShowing: Boolean) {} in getNavigationBarView() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
|
D | CentralSurfaces.java | 259 void setBouncerShowing(boolean bouncerShowing); in setBouncerShowing() method
|
D | StatusBarKeyguardViewManager.java | 1407 mNotificationShadeWindowController.setBouncerShowing(primaryBouncerShowing); in updateStates() 1408 mCentralSurfaces.setBouncerShowing(primaryBouncerShowing); in updateStates()
|
D | CentralSurfacesImpl.java | 2429 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method 2431 mKeyguardBypassController.setBouncerShowing(bouncerShowing); in setBouncerShowing() 2432 mPulseExpansionHandler.setBouncerShowing(bouncerShowing); in setBouncerShowing() 2459 mShadeSurface.setBouncerShowing(bouncerShowing); in setBouncerShowingForStatusBarComponents()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/ |
D | SceneContainerStartable.kt | 513 windowController.setBouncerShowing(isBouncerShowing) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesImplTest.java | 631 mCentralSurfaces.setBouncerShowing(true); in testSetBouncerShowing_noCrash() 1003 mCentralSurfaces.setBouncerShowing(true); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
|
D | StatusBarKeyguardViewManagerTest.java | 626 verify(mCentralSurfaces).setBouncerShowing(eq(false)); in testPredictiveBackCallback_invocationHidesBouncer()
|