diff options
| author | 2016-03-15 14:30:58 +0000 | |
|---|---|---|
| committer | 2016-03-15 14:31:00 +0000 | |
| commit | 0e48bc913d08e5def064af6d38dcfcfadd1b96f7 (patch) | |
| tree | 8d101b0fd31cb2fc36f4ad619a124c27100e470f | |
| parent | 57f8462f56eb2311bb409fd09848117523d3b5aa (diff) | |
| parent | 7ab0f835e6edf92eeb4f905a3c76df91a879add5 (diff) | |
Merge "Switch back to UI-driven AVD" into nyc-dev
| -rw-r--r-- | graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java b/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java index 437ebaab7fd7..ae9ebc762d76 100644 --- a/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java +++ b/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java @@ -157,7 +157,7 @@ public class AnimatedVectorDrawable extends Drawable implements Animatable2 { private static final boolean DBG_ANIMATION_VECTOR_DRAWABLE = false; /** Local, mutable animator set. */ - private VectorDrawableAnimator mAnimatorSet = new VectorDrawableAnimatorRT(this); + private VectorDrawableAnimator mAnimatorSet = new VectorDrawableAnimatorUI(this); /** * The resources against which this drawable was created. Used to attempt |