Searched refs:newValueAnimator (Results 1 – 6 of 6) sorted by relevance
77 this(context, newValueAnimator(context.getResources())); in WindowMagnificationAnimationController()357 private static ValueAnimator newValueAnimator(Resources resource) { in newValueAnimator() method in WindowMagnificationAnimationController
123 mContext, newValueAnimator()); in setUp()938 private static ValueAnimator newValueAnimator() { in newValueAnimator() method in WindowMagnificationAnimationControllerTest
1549 mValueAnimator = mControllerCtx.newValueAnimator(); in SpecAnimationBridge()1773 public ValueAnimator newValueAnimator() { in newValueAnimator() method in FullScreenMagnificationController.ControllerContext
168 when(mockController.newValueAnimator()).thenReturn(new ValueAnimator()); in setUp()
190 when(mControllerCtx.newValueAnimator()).thenReturn(mValueAnimator); in setUp()
1372 when(mMockControllerCtx.newValueAnimator()).thenReturn(mMockValueAnimator);