Searched refs:isPanelExpanded (Results 1 – 11 of 11) sorted by relevance
64 when(mHvacPanelOverlayViewController.isPanelExpanded()).thenReturn(true); in closeSystemDialogsIntent_hvacPanelIsExpanded_togglesHvacPanel()74 when(mHvacPanelOverlayViewController.isPanelExpanded()).thenReturn(false); in closeSystemDialogsIntent_hvacPanelIsNotExpanded_doesNotToggleHvacPanel()84 when(mHvacPanelOverlayViewController.isPanelExpanded()).thenReturn(true); in notCloseSystemDialogsIntent_hvacPanelIsExpanded_doesNotToggleHvacPanel()
191 if (!isPanelExpanded()) { in animateExpandNotificationsPanel()198 if (isPanelExpanded()) { in animateCollapsePanels()291 if (event.getAction() == KeyEvent.ACTION_UP && isPanelExpanded()) { in reinflate()327 mNotificationVisibilityLogger.log(isPanelExpanded()); in onNotificationViewInflated()359 if (isPanelExpanded()) { in setupNotificationPanel()525 mNotificationVisibilityLogger.log(isPanelExpanded()); in onPanelExpanded()
63 if (mNotificationPanelViewController.isPanelExpanded()) {110 return mNotificationPanelViewController.isPanelExpanded(); in registerListeners()
137 if (isPanelExpanded()) { in OverlayPanelViewController()193 if (isPanelExpanded()) { in toggle()242 if (!isPanelExpanded() || !isPanelVisible()) { in animateCollapsePanel()456 public final boolean isPanelExpanded() { in isPanelExpanded() method623 if (isPanelExpanded()) { in onSingleTapUp()705 if (isPanelExpanded()) {
58 && mHvacPanelOverlayViewController.isPanelExpanded()) {94 return mHvacPanelOverlayViewController.isPanelExpanded(); in registerListeners()
76 if (event.getAction() == KeyEvent.ACTION_UP && isPanelExpanded()) { in onFinishInflate()
57 if (isPanelExpanded()) {85 if (!isPanelExpanded()) { in onFinishInflate()
324 assertThat(mOverlayPanelViewController.isPanelExpanded()).isTrue(); in animateExpandPanel_setsPanelExpanded()
247 if (statusBarOptional.map(StatusBar::isPanelExpanded).orElse(false) in registerOrUnregisterDismissNotificationShadeAction()
588 if (mStatusBar.isPanelExpanded()) { in togglePanel()
2035 public boolean isPanelExpanded() { in isPanelExpanded() method