Loading graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -157,7 +157,7 @@ public class AnimatedVectorDrawable extends Drawable implements Animatable2 { private static final boolean DBG_ANIMATION_VECTOR_DRAWABLE = false; private static final boolean DBG_ANIMATION_VECTOR_DRAWABLE = false; /** Local, mutable animator set. */ /** 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 * The resources against which this drawable was created. Used to attempt Loading Loading
graphics/java/android/graphics/drawable/AnimatedVectorDrawable.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -157,7 +157,7 @@ public class AnimatedVectorDrawable extends Drawable implements Animatable2 { private static final boolean DBG_ANIMATION_VECTOR_DRAWABLE = false; private static final boolean DBG_ANIMATION_VECTOR_DRAWABLE = false; /** Local, mutable animator set. */ /** 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 * The resources against which this drawable was created. Used to attempt Loading