Searched defs:valueAnimator (Results 1 – 7 of 7) sorted by relevance
58 val valueAnimator = mock(ValueAnimator::class.java) in testAnimationStarted() constant90 val valueAnimator = mock(ValueAnimator::class.java) in testAnimationNotStarted() constant119 val valueAnimator = mock(ValueAnimator::class.java) in testAnimationEnded() constant149 val valueAnimator = mock(ValueAnimator::class.java) in testCacheTypeface() constant
81 WindowMagnificationController controller, ValueAnimator valueAnimator) { in WindowMagnificationAnimationController()282 final ValueAnimator valueAnimator = new ValueAnimator(); in newValueAnimator() local
158 surfaceBehindAlphaAnimator.addUpdateListener { valueAnimator: ValueAnimator -> in <lambda>() method175 surfaceBehindEntryAnimator.addUpdateListener { valueAnimator: ValueAnimator -> in <lambda>() method
288 public void onAnimationUpdate(ValueAnimator valueAnimator) { in onAnimationUpdate()
496 final ValueAnimator valueAnimator = new ValueAnimator(); in newValueAnimator() local
798 ValueAnimator valueAnimator = ValueAnimator.ofFloat(0, 1); in startLineEndAnimation() local822 ValueAnimator valueAnimator = ValueAnimator.ofFloat(start, end); in startRadiusAnimation() local
661 TintValueAnimator valueAnimator = TintValueAnimator.ofMatrix(COLOR_MATRIX_EVALUATOR, in applyTint() local