Searched refs:isPanelExpanded (Results 1 – 5 of 5) sorted by relevance
136 if (isPanelExpanded()) { in OverlayPanelViewController()187 if (isPanelExpanded()) { in toggle()204 if (!isPanelExpanded() || !isPanelVisible()) { in animateCollapsePanel()401 public final boolean isPanelExpanded() { in isPanelExpanded() method in OverlayPanelViewController553 if (isPanelExpanded()) { in onSingleTapUp()634 if (isPanelExpanded()) {
169 if (!isPanelExpanded()) { in animateExpandNotificationsPanel()176 if (isPanelExpanded()) { in animateCollapsePanels()239 mNotificationVisibilityLogger.log(isPanelExpanded()); in onNotificationViewInflated()281 if (isPanelExpanded()) { in setupNotificationPanel()443 mNotificationVisibilityLogger.log(isPanelExpanded()); in onPanelExpanded()
63 if (mNotificationPanelViewController.isPanelExpanded()) {110 return mNotificationPanelViewController.isPanelExpanded(); in registerListeners()
332 assertThat(mOverlayPanelViewController.isPanelExpanded()).isTrue(); in animateExpandPanel_setsPanelExpanded()
2099 public boolean isPanelExpanded() { in isPanelExpanded() method