Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/statusbar/
DDummyNotificationShadeWindowController.java70 public void setNotificationShadeFocusable(boolean focusable) { in setNotificationShadeFocusable() method in DummyNotificationShadeWindowController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DShadeControllerImpl.java131 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in animateCollapsePanels()
DBiometricUnlockController.java429 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in startWakeAndUnlock()
DNotificationShadeWindowController.java467 public void setNotificationShadeFocusable(boolean focusable) { in setNotificationShadeFocusable() method in NotificationShadeWindowController
DStatusBar.java3597 mNotificationShadeWindowController.setNotificationShadeFocusable(true); in onClosingFinished()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowControllerTest.java171 mNotificationShadeWindowController.setNotificationShadeFocusable(true); in setPanelExpanded_notFocusable_altFocusable_whenPanelIsOpen()