Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayPanelViewControllerTest.java140 mOverlayPanelViewController.animateCollapsePanel(); in animateCollapsePanel_shouldNotAnimateCollapsePanel_doesNotCollapse()
153 mOverlayPanelViewController.animateCollapsePanel(); in animateCollapsePanel_isNotExpandedOrVisible_doesNotCollapse()
166 mOverlayPanelViewController.animateCollapsePanel(); in animateCollapsePanel_isNotVisible_collapses()
179 mOverlayPanelViewController.animateCollapsePanel(); in animateCollapsePanel_isNotExpanded_collapses()
192 mOverlayPanelViewController.animateCollapsePanel(); in animateCollapsePanel_collapses()
211 mOverlayPanelViewController.animateCollapsePanel(); in animateCollapsePanel_withOverlayFromTopBar_collapsesTowardsTopBar()
236 mOverlayPanelViewController.animateCollapsePanel(); in animateCollapsePanel_withOverlayFromBottomBar_collapsesTowardsBottomBar()
487 protected void animateCollapsePanel() { in animateCollapsePanel() method in OverlayPanelViewControllerTest.TestOverlayPanelViewController
488 super.animateCollapsePanel(); in animateCollapsePanel()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java138 animateCollapsePanel(); in OverlayPanelViewController()
204 animateCollapsePanel(); in toggle()
247 protected void animateCollapsePanel() { in animateCollapsePanel() method in OverlayPanelViewController
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java116 animateCollapsePanel();
386 animateCollapsePanel(); in setupNotificationPanel()