Home | History | Annotate | Download | only in cts

Lines Matching defs:animation

17 package android.animation.cts;
19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ArgbEvaluator;
23 import android.animation.ObjectAnimator;
24 import android.animation.TimeInterpolator;
25 import android.animation.ValueAnimator;
39 import android.view.animation.AccelerateInterpolator;
190 AnimatorSet animation = null;
222 // Fading animation - remove the ball when the animation is done
227 public void onAnimationEnd(Animator animation) {
228 balls.remove(((ObjectAnimator)animation).getTarget());