Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationShadeWindowControllerImpl.java43 public void setNotificationShadeFocusable(boolean focusable) { in setNotificationShadeFocusable() method in NotificationShadeWindowControllerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java82 default void setNotificationShadeFocusable(boolean focusable) {} in setNotificationShadeFocusable() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DShadeControllerImpl.java128 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in animateCollapsePanels()
H A DBiometricUnlockController.java474 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in startWakeAndUnlock()
H A DNotificationShadeWindowControllerImpl.java535 public void setNotificationShadeFocusable(boolean focusable) { in setNotificationShadeFocusable() method in NotificationShadeWindowControllerImpl
H A DStatusBar.java3398 mNotificationShadeWindowController.setNotificationShadeFocusable(true); in onClosingFinished()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImplTest.java213 mNotificationShadeWindowController.setNotificationShadeFocusable(true); in setPanelExpanded_notFocusable_altFocusable_whenPanelIsOpen()