Searched refs:VectorDrawableCompatState (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java251 private VectorDrawableCompatState mVectorState;
271 mVectorState = new VectorDrawableCompatState();
274 VectorDrawableCompat(@NonNull VectorDrawableCompatState state) {
287 mVectorState = new VectorDrawableCompatState(mVectorState);
444 final VectorDrawableCompatState state = mVectorState;
459 final VectorDrawableCompatState state = mVectorState;
483 final VectorDrawableCompatState state = mVectorState;
647 final VectorDrawableCompatState state = mVectorState;
689 final VectorDrawableCompatState state = mVectorState;
750 final VectorDrawableCompatState stat
951 private static class VectorDrawableCompatState extends ConstantState { class in class:VectorDrawableCompat
972 public VectorDrawableCompatState(VectorDrawableCompatState copy) { method in class:VectorDrawableCompat.VectorDrawableCompatState
1060 public VectorDrawableCompatState() { method in class:VectorDrawableCompat.VectorDrawableCompatState
[all...]

Completed in 38 milliseconds