Home
last modified time | relevance | path

Searched refs:setNotificationShadeFocusable (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DBaseShadeControllerImpl.kt99 notificationShadeWindowController.setNotificationShadeFocusable(true) in onClosingFinished()
DShadeControllerSceneImpl.kt115 notificationShadeWindowController.setNotificationShadeFocusable(false) in <lambda>()
DShadeControllerImpl.java140 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in animateCollapseShade()
DNotificationShadeWindowControllerImpl.java724 public void setNotificationShadeFocusable(boolean focusable) { in setNotificationShadeFocusable() method in NotificationShadeWindowControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java84 default void setNotificationShadeFocusable(boolean focusable) {} in setNotificationShadeFocusable() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartableTest.kt904 verify(windowController, never()).setNotificationShadeFocusable(anyBoolean()) in <lambda>()
908 verify(windowController, times(1)).setNotificationShadeFocusable(false) in <lambda>()
922 verify(windowController, times(1)).setNotificationShadeFocusable(false) in <lambda>()
927 verify(windowController, times(1)).setNotificationShadeFocusable(true) in <lambda>()
941 verify(windowController, times(1)).setNotificationShadeFocusable(true) in <lambda>()
946 verify(windowController, times(2)).setNotificationShadeFocusable(false) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartable.kt498 windowController.setNotificationShadeFocusable(sceneKey != Scenes.Gone) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java303 mNotificationShadeWindowController.setNotificationShadeFocusable(true); in setPanelExpanded_notFocusable_altFocusable_whenPanelIsOpen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java540 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in startWakeAndUnlock()