development
リビジョン | 678b7241cbdd894e98ece3454187f28748706f5c (tree) |
---|---|
日時 | 2011-01-12 00:07:35 |
作者 | Chet Haase <chet@goog...> |
コミッター | Android Git Automerger |
am 6e27f585: Rename RGBEvaluator to ArgbEvaluator
* commit '6e27f5856a9096a475039966106aec6546e6e277':
@@ -69,7 +69,7 @@ public class BouncingBalls extends Activity { | ||
69 | 69 | // every frame of the animation. |
70 | 70 | ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE); |
71 | 71 | colorAnim.setDuration(3000); |
72 | - colorAnim.setEvaluator(new RGBEvaluator()); | |
72 | + colorAnim.setEvaluator(new ArgbEvaluator()); | |
73 | 73 | colorAnim.setRepeatCount(ValueAnimator.INFINITE); |
74 | 74 | colorAnim.setRepeatMode(ValueAnimator.REVERSE); |
75 | 75 | colorAnim.start(); |