Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java84 default void setNotificationShadeFocusable(boolean focusable) {} in setNotificationShadeFocusable() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java135 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in animateCollapseShade()
293 mNotificationShadeWindowController.setNotificationShadeFocusable(true); in onClosingFinished()
H A DNotificationShadeWindowControllerImpl.java654 public void setNotificationShadeFocusable(boolean focusable) { in setNotificationShadeFocusable() method in NotificationShadeWindowControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImplTest.java266 mNotificationShadeWindowController.setNotificationShadeFocusable(true); in setPanelExpanded_notFocusable_altFocusable_whenPanelIsOpen()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java515 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in startWakeAndUnlock()