Searched refs:setNotificationShadeFocusable (Results 1 – 9 of 9) sorted by relevance
99 notificationShadeWindowController.setNotificationShadeFocusable(true) in onClosingFinished()
115 notificationShadeWindowController.setNotificationShadeFocusable(false) in <lambda>()
140 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in animateCollapseShade()
724 public void setNotificationShadeFocusable(boolean focusable) { in setNotificationShadeFocusable() method in NotificationShadeWindowControllerImpl
84 default void setNotificationShadeFocusable(boolean focusable) {} in setNotificationShadeFocusable() method
904 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>()
498 windowController.setNotificationShadeFocusable(sceneKey != Scenes.Gone) in <lambda>()
303 mNotificationShadeWindowController.setNotificationShadeFocusable(true); in setPanelExpanded_notFocusable_altFocusable_whenPanelIsOpen()
540 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in startWakeAndUnlock()