Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayPanelViewControllerTest.java253 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_shouldNotAnimateExpandPanel_doesNotExpand()
265 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_userNotSetup_doesNotExpand()
277 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_expands()
295 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_withOverlayFromTopBar_expandsToBottom()
317 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_withOverlayFromBottomBar_expandsToTop()
331 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_setsPanelVisible()
342 mOverlayPanelViewController.animateExpandPanel(); in animateExpandPanel_setsPanelExpanded()
507 protected void animateExpandPanel() { in animateExpandPanel() method in OverlayPanelViewControllerTest.TestOverlayPanelViewController
508 super.animateExpandPanel(); in animateExpandPanel()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java128 animateExpandPanel(); in OverlayPanelViewController()
206 animateExpandPanel(); in toggle()
267 protected void animateExpandPanel() { in animateExpandPanel() method in OverlayPanelViewController