Searched refs:newValueAnimator (Results 1 – 6 of 6) sorted by relevance
78 this(context, newValueAnimator(context.getResources())); in WindowMagnificationAnimationController()365 private static ValueAnimator newValueAnimator(Resources resource) { in newValueAnimator() method in WindowMagnificationAnimationController
144 mValueAnimator = newValueAnimator(); in setUp()1085 private ValueAnimator newValueAnimator() { in newValueAnimator() method in WindowMagnificationAnimationControllerTest
1891 mValueAnimator = mControllerCtx.newValueAnimator(); in SpecAnimationBridge()2222 public ValueAnimator newValueAnimator() { in newValueAnimator() method in FullScreenMagnificationController.ControllerContext
205 when(mControllerCtx.newValueAnimator()).thenReturn(mValueAnimator); in setUp()
226 when(mockController.newValueAnimator()).thenReturn(new ValueAnimator()); in setUp()
1504 when(mMockControllerCtx.newValueAnimator()).thenReturn(mMockValueAnimator);