Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
H A DOverlayPanelViewControllerTest.java194 mOverlayPanelViewController.setOverlayDirection( in animateCollapsePanel_withOverlayFromTopBar_collapsesTowardsTopBar()
216 mOverlayPanelViewController.setOverlayDirection( in animateCollapsePanel_withOverlayFromBottomBar_collapsesTowardsBottomBar()
272 mOverlayPanelViewController.setOverlayDirection( in animateExpandPanel_withOverlayFromTopBar_expandsToBottom()
294 mOverlayPanelViewController.setOverlayDirection( in animateExpandPanel_withOverlayFromBottomBar_expandsToTop()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DBottomNotificationPanelViewMediator.java52 notificationPanelViewController.setOverlayDirection( in BottomNotificationPanelViewMediator()
H A DTopNotificationPanelViewMediator.java52 notificationPanelViewController.setOverlayDirection( in TopNotificationPanelViewMediator()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
H A DHvacPanelOverlayViewMediator.java108 mHvacPanelOverlayViewController.setOverlayDirection(OVERLAY_FROM_BOTTOM_BAR); in setUpOverlayContentViewControllers()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayPanelViewController.java178 public void setOverlayDirection(@OverlayDirection int direction) { in setOverlayDirection() method in OverlayPanelViewController