From 53ee3316bcb3590ff156b3fd7108903c0817c35d Mon Sep 17 00:00:00 2001 From: Chet Haase Date: Mon, 10 Jan 2011 15:56:56 -0800 Subject: [PATCH] Rename RGBEvaluator to ArgbEvaluator Change-Id: Iee74b475960d623fa757349e4053bd7c58cf5734 --- api/current.xml | 72 +++++++++---------- .../android/animation/AnimatorInflater.java | 2 +- .../{RGBEvaluator.java => ArgbEvaluator.java} | 2 +- .../java/android/animation/ValueAnimator.java | 2 +- 4 files changed, 39 insertions(+), 39 deletions(-) rename core/java/android/animation/{RGBEvaluator.java => ArgbEvaluator.java} (97%) diff --git a/api/current.xml b/api/current.xml index 48240b5906046..f80701b0385ae 100644 --- a/api/current.xml +++ b/api/current.xml @@ -19985,6 +19985,42 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - startValue and endValue in the constructor. But if these values * are not one of these primitive types, or if different evaluation is desired (such as is * necessary with int values that represent colors), a custom evaluator needs to be assigned. - * For example, when running an animation on color values, the {@link RGBEvaluator} + * For example, when running an animation on color values, the {@link ArgbEvaluator} * should be used to get correct RGB color interpolation. * *

If this ValueAnimator has only one set of values being animated between, this evaluator