Home
last modified time | relevance | path

Searched refs:isPanelExpanded (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java136 if (isPanelExpanded()) { in OverlayPanelViewController()
187 if (isPanelExpanded()) { in toggle()
204 if (!isPanelExpanded() || !isPanelVisible()) { in animateCollapsePanel()
401 public final boolean isPanelExpanded() { in isPanelExpanded() method in OverlayPanelViewController
553 if (isPanelExpanded()) { in onSingleTapUp()
634 if (isPanelExpanded()) {
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java169 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()
DNotificationPanelViewMediator.java63 if (mNotificationPanelViewController.isPanelExpanded()) {
110 return mNotificationPanelViewController.isPanelExpanded(); in registerListeners()
/frameworks/base/packages/CarSystemUI/tests/src/com/android/systemui/car/window/
DOverlayPanelViewControllerTest.java332 assertThat(mOverlayPanelViewController.isPanelExpanded()).isTrue(); in animateExpandPanel_setsPanelExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java2099 public boolean isPanelExpanded() { in isPanelExpanded() method