summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2016-03-15 14:30:58 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-03-15 14:31:00 +0000
commit0e48bc913d08e5def064af6d38dcfcfadd1b96f7 (patch)
tree8d101b0fd31cb2fc36f4ad619a124c27100e470f
parent57f8462f56eb2311bb409fd09848117523d3b5aa (diff)
parent7ab0f835e6edf92eeb4f905a3c76df91a879add5 (diff)
Merge "Switch back to UI-driven AVD" into nyc-dev
-rw-r--r--graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java2
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