Lines Matching refs:animation
19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.ObjectAnimator;
29 import android.view.animation.Animation;
30 import android.view.animation.Animation.AnimationListener;
31 import android.view.animation.AnimationUtils;
32 import android.view.animation.DecelerateInterpolator;
235 public void onAnimationStart(Animator animation) {
239 public void onAnimationRepeat(Animator animation) {
243 public void onAnimationEnd(Animator animation) {
249 public void onAnimationCancel(Animator animation) {