Home | History | Annotate | Download | only in multiwaveview

Lines Matching refs:animator

24 import android.animation.Animator.AnimatorListener;
25 import android.animation.Animator;
37 ObjectAnimator animator;
41 animator = anim;
44 private static void remove(Animator animator) {
48 if (entry.getValue().animator == animator) {
52 break; // an animator can only be attached to one object
108 anim = sTweens.get(object).animator;
143 public void onAnimationEnd(Animator animation) {
148 public void onAnimationCancel(Animator animation) {
167 tween.animator.cancel();
169 tween.animator.setValues(