Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayPanelViewControllerTest.java69 private FlingAnimationUtils mFlingAnimationUtils; field in OverlayPanelViewControllerTest
86 when(mFlingAnimationUtilsBuilder.build()).thenReturn(mFlingAnimationUtils); in setUp()
215 verify(mFlingAnimationUtils).apply( in animateCollapsePanel_withOverlayFromTopBar_collapsesTowardsTopBar()
240 verify(mFlingAnimationUtils).apply( in animateCollapsePanel_withOverlayFromBottomBar_collapsesTowardsBottomBar()
298 verify(mFlingAnimationUtils).apply( in animateExpandPanel_withOverlayFromTopBar_expandsToBottom()
320 verify(mFlingAnimationUtils).apply( in animateExpandPanel_withOverlayFromBottomBar_expandsToTop()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DHvacPanelOverlayViewControllerTest.java71 private FlingAnimationUtils mFlingAnimationUtils; field in HvacPanelOverlayViewControllerTest
87 when(mFlingAnimationUtilsBuilder.build()).thenReturn(mFlingAnimationUtils); in setUp()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java85 private final FlingAnimationUtils mFlingAnimationUtils; field in OverlayPanelViewController
117 mFlingAnimationUtils = flingAnimationUtilsBuilder in OverlayPanelViewController()
564 return mFlingAnimationUtils; in getFlingAnimationUtils()