Home | History | Annotate | Download | only in multiwaveview

Lines Matching refs:animator

19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
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
109 anim = sTweens.get(object).animator;
144 public void onAnimationEnd(Animator animation) {
149 public void onAnimationCancel(Animator animation) {
168 tween.animator.cancel();
170 tween.animator.setValues(