Searched refs:TintValueAnimator (Results 1 – 1 of 1) sorted by relevance
695 TintValueAnimator valueAnimator = TintValueAnimator.ofMatrix(COLOR_MATRIX_EVALUATOR, in applyTint()704 ((TintValueAnimator) animator).updateMinMaxComponents(); in applyTint()717 TintValueAnimator t = (TintValueAnimator) animator; in applyTint()1335 static class TintValueAnimator extends ValueAnimator { class in ColorDisplayService1339 public static TintValueAnimator ofMatrix(ColorMatrixEvaluator evaluator, in ofMatrix()1341 TintValueAnimator anim = new TintValueAnimator(); in ofMatrix()