Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DShadeControllerImpl.java83 getNotificationPanelViewController().expand(false /* animate */); in instantExpandNotificationsPanel()
128 + getNotificationPanelViewController().canPanelBeCollapsed()); in animateCollapsePanels()
130 && getNotificationPanelViewController().canPanelBeCollapsed()) { in animateCollapsePanels()
144 if (!getNotificationPanelViewController().isFullyCollapsed()) { in closeShadeIfOpen()
155 getNotificationPanelViewController().addOnGlobalLayoutListener( in postOnShadeExpanded()
160 getNotificationPanelViewController().removeOnGlobalLayoutListener(this); in postOnShadeExpanded()
161 getNotificationPanelViewController().getView().post(executable); in postOnShadeExpanded()
185 if (!getNotificationPanelViewController().isFullyCollapsed()) { in collapsePanel()
228 private NotificationPanelViewController getNotificationPanelViewController() { in getNotificationPanelViewController() method in ShadeControllerImpl
DStatusBar.java1595 mNotificationPanelViewController = statusBarComponent.getNotificationPanelViewController(); in inflateStatusBarWindow()
1665 public NotificationPanelViewController getNotificationPanelViewController() { in getNotificationPanelViewController() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarComponent.java76 NotificationPanelViewController getNotificationPanelViewController(); in getNotificationPanelViewController() method