Loading core/java/android/view/ViewPropertyAnimator.java +1 −0 Original line number Diff line number Diff line Loading @@ -342,6 +342,7 @@ public class ViewPropertyAnimator { * otherwise), then this method can be used. */ public void start() { mView.removeCallbacks(mAnimationStarter); startAnimation(); } Loading Loading
core/java/android/view/ViewPropertyAnimator.java +1 −0 Original line number Diff line number Diff line Loading @@ -342,6 +342,7 @@ public class ViewPropertyAnimator { * otherwise), then this method can be used. */ public void start() { mView.removeCallbacks(mAnimationStarter); startAnimation(); } Loading