Searched defs:VectorDrawableAnimator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java160 private VectorDrawableAnimator mAnimatorSet = new VectorDrawableAnimatorUI(this);
680 // TODO: Skip the AnimatorSet creation and init the VectorDrawableAnimator directly
815 private interface VectorDrawableAnimator { interface in class:AnimatedVectorDrawable
832 private static class VectorDrawableAnimatorUI implements VectorDrawableAnimator {
850 throw new UnsupportedOperationException("VectorDrawableAnimator cannot be " +
980 public static class VectorDrawableAnimatorRT implements VectorDrawableAnimator {
1016 throw new UnsupportedOperationException("VectorDrawableAnimator cannot be " +

Completed in 372 milliseconds