Searched refs:mFlingAnimationUtils (Results 1 – 3 of 3) sorted by relevance
69 private FlingAnimationUtils mFlingAnimationUtils; field in OverlayPanelViewControllerTest86 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()
71 private FlingAnimationUtils mFlingAnimationUtils; field in HvacPanelOverlayViewControllerTest87 when(mFlingAnimationUtilsBuilder.build()).thenReturn(mFlingAnimationUtils); in setUp()
85 private final FlingAnimationUtils mFlingAnimationUtils; field in OverlayPanelViewController117 mFlingAnimationUtils = flingAnimationUtilsBuilder in OverlayPanelViewController()564 return mFlingAnimationUtils; in getFlingAnimationUtils()