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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java242 private VectorDrawableState mVectorState;
265 this(new VectorDrawableState(null), null);
272 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) {
298 mVectorState = new VectorDrawableState(mVectorState);
392 final VectorDrawableState state = mVectorState;
402 final VectorDrawableState state = mVectorState;
424 final VectorDrawableState state = mVectorState;
510 final VectorDrawableState state = mVectorState;
618 final VectorDrawableState state = mVectorState;
636 final VectorDrawableState stat
807 static class VectorDrawableState extends ConstantState { class in class:VectorDrawable
866 public VectorDrawableState(VectorDrawableState copy) { method in class:VectorDrawable.VectorDrawableState
[all...]

Completed in 33 milliseconds