Searched refs:setForcePluginOpen (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthRippleController.kt | 143 notificationShadeWindowController.setForcePluginOpen(false, this) 190 notificationShadeWindowController.setForcePluginOpen(true, this) 207 notificationShadeWindowController.setForcePluginOpen(false, this)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeWindowController.java | 147 default void setForcePluginOpen(boolean forcePluginOpen, Object token) {} in setForcePluginOpen() method
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
H A D | BouncerSwipeTouchHandler.java | 261 mNotificationShadeWindowController.setForcePluginOpen(true, this); in onSessionStart() 272 mNotificationShadeWindowController.setForcePluginOpen(false, this); in onSessionStart()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowControllerImplTest.java | 170 mNotificationShadeWindowController.setForcePluginOpen(true, this); in testSetForcePluginOpen_beforeStatusBarInitialization()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/ |
H A D | BouncerSwipeTouchHandlerTest.java | 169 verify(mNotificationShadeWindowController).setForcePluginOpen(eq(true), any()); in testSessionStart()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowControllerImpl.java | 793 public void setForcePluginOpen(boolean forceOpen, Object token) { in setForcePluginOpen() method in NotificationShadeWindowControllerImpl
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | CentralSurfacesImpl.java | 1126 .setForcePluginOpen(mOverlays.size() != 0, this); in start() 1149 .setForcePluginOpen(mOverlays.size() != 0, this); in start()
|