Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeSurfaceImpl.kt44 override fun setBouncerShowing(bouncerShowing: Boolean) { in setBouncerShowing() method in com.android.systemui.shade.ShadeSurfaceImpl
DShadeSurface.kt53 fun setBouncerShowing(bouncerShowing: Boolean) method
DNotificationShadeWindowControllerImpl.java731 public void setBouncerShowing(boolean showing) { in setBouncerShowing() method in NotificationShadeWindowControllerImpl
DNotificationPanelViewController.java3105 public void setBouncerShowing(boolean bouncerShowing) { in setBouncerShowing() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java279 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/
DSceneContainerStartableTest.kt980 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/
DNotificationShadeWindowController.java87 default void setBouncerShowing(boolean showing) {} in setBouncerShowing() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt71 override fun setBouncerShowing(bouncerShowing: Boolean) {} in getNavigationBarView() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java259 void setBouncerShowing(boolean bouncerShowing); in setBouncerShowing() method
DStatusBarKeyguardViewManager.java1407 mNotificationShadeWindowController.setBouncerShowing(primaryBouncerShowing); in updateStates()
1408 mCentralSurfaces.setBouncerShowing(primaryBouncerShowing); in updateStates()
DCentralSurfacesImpl.java2429 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/
DSceneContainerStartable.kt513 windowController.setBouncerShowing(isBouncerShowing) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java631 mCentralSurfaces.setBouncerShowing(true); in testSetBouncerShowing_noCrash()
1003 mCentralSurfaces.setBouncerShowing(true); in testOnStartedWakingUp_doesNotDismissBouncer_whenPulsing()
DStatusBarKeyguardViewManagerTest.java626 verify(mCentralSurfaces).setBouncerShowing(eq(false)); in testPredictiveBackCallback_invocationHidesBouncer()