summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/java/android/graphics/drawable/VectorDrawable.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/java/android/graphics/drawable/VectorDrawable.java b/graphics/java/android/graphics/drawable/VectorDrawable.java
index 493e276f1ff2..8fe06b508f2d 100644
--- a/graphics/java/android/graphics/drawable/VectorDrawable.java
+++ b/graphics/java/android/graphics/drawable/VectorDrawable.java
@@ -206,6 +206,11 @@ public class VectorDrawable extends Drawable {
return mVectorState;
}
+ @Override
+ public void jumpToCurrentState() {
+ mVectorState.mBasicAnimator.end();
+ }
+
/**
* Starts the animation.
*/