Lines Matching refs:animation
19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.TimeInterpolator;
23 import android.animation.ValueAnimator;
24 import android.animation.ValueAnimator.AnimatorUpdateListener;
35 import android.view.animation.DecelerateInterpolator;
36 import android.view.animation.Interpolator;
400 public void onAnimationEnd(android.animation.Animator animation) { in animateViewIntoPosition()
477 public void onAnimationUpdate(ValueAnimator animation) { in animateView()
478 final float percent = (Float) animation.getAnimatedValue(); in animateView()
499 public void onAnimationEnd(Animator animation) { in animateView()
519 public void onAnimationUpdate(ValueAnimator animation) { in fadeOutDragView()
520 final float percent = (Float) animation.getAnimatedValue(); in fadeOutDragView()
529 public void onAnimationEnd(Animator animation) { in fadeOutDragView()