Loading graphics/java/android/graphics/drawable/VectorDrawable.java +5 −0 Original line number Diff line number Diff line Loading @@ -206,6 +206,11 @@ public class VectorDrawable extends Drawable { return mVectorState; } @Override public void jumpToCurrentState() { mVectorState.mBasicAnimator.end(); } /** * Starts the animation. */ Loading Loading
graphics/java/android/graphics/drawable/VectorDrawable.java +5 −0 Original line number Diff line number Diff line Loading @@ -206,6 +206,11 @@ public class VectorDrawable extends Drawable { return mVectorState; } @Override public void jumpToCurrentState() { mVectorState.mBasicAnimator.end(); } /** * Starts the animation. */ Loading