commit | 7ab0f835e6edf92eeb4f905a3c76df91a879add5 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Mon Mar 14 17:16:10 2016 -0700 |
committer | John Reck <jreck@google.com> | Mon Mar 14 17:16:10 2016 -0700 |
tree | 075b38ca3d9cb81e00355082ea1f19f065e74103 | |
parent | 6387cd2849fb10bdb19d4261bcecbdb2b41b8503 [diff] |
Switch back to UI-driven AVD Bug: 27550546 Change-Id: I7c37438555fb8a72d2ff0bc42bf5de25a31cc464
diff --git a/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java b/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java index 437ebaa..ae9ebc7 100644 --- a/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java +++ b/graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java
@@ -157,7 +157,7 @@ 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