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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java243 private VectorDrawableState mVectorState;
266 this(new VectorDrawableState(null), null);
273 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) {
299 mVectorState = new VectorDrawableState(mVectorState);
393 final VectorDrawableState state = mVectorState;
403 final VectorDrawableState state = mVectorState;
431 final VectorDrawableState state = mVectorState;
517 final VectorDrawableState state = mVectorState;
625 final VectorDrawableState state = mVectorState;
643 final VectorDrawableState stat
814 static class VectorDrawableState extends ConstantState { class in class:VectorDrawable
873 public VectorDrawableState(VectorDrawableState copy) { method in class:VectorDrawable.VectorDrawableState
[all...]

Completed in 111 milliseconds