Home
last modified time | relevance | path

Searched refs:setPanelVisible (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java81 default void setPanelVisible(boolean visible) {} in setPanelVisible() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerImpl.java293 mNotificationShadeWindowController.setPanelVisible(true); in makeExpandedVisible()
315 mNotificationShadeWindowController.setPanelVisible(false); in makeExpandedInvisible()
DNotificationShadeWindowControllerImpl.java712 public void setPanelVisible(boolean visible) { in setPanelVisible() method in NotificationShadeWindowControllerImpl