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

/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java152 private AnimatedVectorDrawableCompatState mAnimatedVectorState;
176 @Nullable AnimatedVectorDrawableCompatState state,
182 mAnimatedVectorState = new AnimatedVectorDrawableCompatState(context, state, mCallback,
580 private static class AnimatedVectorDrawableCompatState extends ConstantState { class in class:AnimatedVectorDrawableCompat
588 public AnimatedVectorDrawableCompatState(Context context, method in class:AnimatedVectorDrawableCompat.AnimatedVectorDrawableCompatState
589 AnimatedVectorDrawableCompatState copy, Callback owner, Resources res) {

Completed in 99 milliseconds