Home | History | Annotate | Download | only in animation

Lines Matching defs:AnimatorUpdateListener

243     ArrayList<AnimatorUpdateListener> mUpdateListeners = null;
814 * during a call to {@link AnimatorUpdateListener#onAnimationUpdate(ValueAnimator)}, which
834 * {@link AnimatorUpdateListener#onAnimationUpdate(ValueAnimator)}, which
899 public void addUpdateListener(AnimatorUpdateListener listener) {
901 mUpdateListeners = new ArrayList<AnimatorUpdateListener>();
923 public void removeUpdateListener(AnimatorUpdateListener listener) {
1531 anim.mUpdateListeners = new ArrayList<AnimatorUpdateListener>(mUpdateListeners);
1572 public static interface AnimatorUpdateListener {
1610 AnimatorUpdateListener} the animation will run on the UI thread,