Searched refs:ARGB_EVALUATOR (Results 1 – 4 of 4) sorted by relevance
29 import static com.android.deskclock.AnimatorUtils.ARGB_EVALUATOR;90 mAppColorAnimator = ValueAnimator.ofObject(ARGB_EVALUATOR, currentColor, color) in adjustAppColor()
120 public static final TypeEvaluator<Integer> ARGB_EVALUATOR = new ArgbEvaluator(); field in AnimatorUtils
49 private static final ArgbEvaluator ARGB_EVALUATOR = new ArgbEvaluator(); field in CircledImageView291 mColorAnimator.setEvaluator(ARGB_EVALUATOR); in setColorForCurrentState()
228 PropertyValuesHolder.ofObject(CircleView.FILL_COLOR, AnimatorUtils.ARGB_EVALUATOR, in onCreate()570 AnimatorUtils.ARGB_EVALUATOR, Color.WHITE, tintColor)); in getButtonAnimator()