Searched refs:mAnim (Results 1 – 6 of 6) sorted by relevance
33 AnimationDrawable mAnim; field in AnimatedImageView64 if (!mAllowAnimation && mAnim != null) { in setAllowAnimation()66 mAnim.setVisible(getVisibility() == VISIBLE, true /* restart */); in setAllowAnimation()73 if (mAttached && mAnim != null) { in updateAnim()74 mAnim.stop(); in updateAnim()77 mAnim = (AnimationDrawable) drawable; in updateAnim()79 mAnim.start(); in updateAnim()82 mAnim = null; in updateAnim()119 if (mAnim != null) { in onDetachedFromWindow()120 mAnim.stop(); in onDetachedFromWindow()[all …]
78 Animator mAnim; field in EventsTest.Canceler82 mAnim = anim; in Canceler()89 mAnim.cancel(); in run()108 Animator mAnim; field in EventsTest.Ender112 mAnim = anim; in Ender()119 mAnim.end(); in run()131 Animator mAnim; field in EventsTest.Pauser135 mAnim = anim; in Pauser()142 mAnim.pause(); in run()154 Animator mAnim; field in EventsTest.Resumer[all …]
78 ViewPropertyAnimator mAnim; field in ViewPropertyAnimatorTest.Canceler81 mAnim = anim; in Canceler()87 mAnim.cancel(); in run()
163 anim.mAnim.cancel(); in onAnimationCancelled()227 a.mAnim = anim; in startAnimationLocked()270 ValueAnimator mAnim; field in SurfaceAnimationRunner.RunningAnimation
270 private final ObjectAnimator mAnim; field in AnimatedStateListDrawable.AnimationDrawableTransition287 mAnim = anim; in AnimationDrawableTransition()297 mAnim.start(); in start()302 mAnim.reverse(); in reverse()307 mAnim.cancel(); in stop()
137 private TimeAnimator mAnim; field in MLand506 if (mAnim != null) { in reset()507 mAnim.cancel(); in reset()509 mAnim = new TimeAnimator(); in reset()510 mAnim.setTimeListener(new TimeAnimator.TimeListener() { in reset()551 mAnim.start();609 mAnim.cancel();610 mAnim = null;