Lines Matching refs:animation
21 import android.animation.Animator;
22 import android.animation.AnimatorSet;
23 import android.animation.ObjectAnimator;
24 import android.animation.PropertyValuesHolder;
46 import android.view.animation.AccelerateDecelerateInterpolator;
47 import android.view.animation.AccelerateInterpolator;
48 import android.view.animation.DecelerateInterpolator;
460 public void onAnimationStart(Animator animation) { } in onAnimationStart() argument
463 public void onAnimationEnd(Animator animation) { in onAnimationEnd() argument
464 if (animation == mScaleUpAnimator || animation == mSuccessAnimatorSet || in onAnimationEnd()
465 animation == mSlideoutAnimator || animation == mFadeInAnimator) { in onAnimationEnd()
467 } else if (animation == mFastCloneAnimator) { in onAnimationEnd()
476 public void onAnimationCancel(Animator animation) { } in onAnimationCancel() argument
479 public void onAnimationRepeat(Animator animation) { } in onAnimationRepeat() argument