Home
last modified time | relevance | path

Searched refs:animateExpandPanel (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
H A DOverlayPanelViewControllerTest.java233 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_shouldNotAnimateExpandPanel_doesNotExpand()
245 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_userNotSetup_doesNotExpand()
257 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_expands()
275 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_withOverlayFromTopBar_expandsToBottom()
297 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_withOverlayFromBottomBar_expandsToTop()
311 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_setsPanelVisible()
322 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_setsPanelExpanded()
483 protected void animateExpandPanel() { in animateExpandPanel() method in OverlayPanelViewControllerTest.TestOverlayPanelViewController
484 super.animateExpandPanel(); in animateExpandPanel()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayPanelViewController.java128 animateExpandPanel(); in OverlayPanelViewController()
196 animateExpandPanel(); in toggle()
257 protected void animateExpandPanel() { in animateExpandPanel() method in OverlayPanelViewController