Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt143 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 DNotificationShadeWindowController.java147 default void setForcePluginOpen(boolean forcePluginOpen, Object token) {} in setForcePluginOpen() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DBouncerSwipeTouchHandler.java261 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 DNotificationShadeWindowControllerImplTest.java170 mNotificationShadeWindowController.setForcePluginOpen(true, this); in testSetForcePluginOpen_beforeStatusBarInitialization()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DBouncerSwipeTouchHandlerTest.java169 verify(mNotificationShadeWindowController).setForcePluginOpen(eq(true), any()); in testSessionStart()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java793 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 DCentralSurfacesImpl.java1126 .setForcePluginOpen(mOverlays.size() != 0, this); in start()
1149 .setForcePluginOpen(mOverlays.size() != 0, this); in start()