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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java200 private VectorDrawableState mVectorState;
212 mVectorState = new VectorDrawableState();
215 private VectorDrawable(VectorDrawableState state, Resources res, Theme theme) {
218 mVectorState = new VectorDrawableState(state);
230 mVectorState = new VectorDrawableState(mVectorState);
310 final VectorDrawableState state = mVectorState;
320 final VectorDrawableState state = mVectorState;
336 final VectorDrawableState state = mVectorState;
369 final VectorDrawableState state = mVectorState;
449 final VectorDrawableState stat
638 private static class VectorDrawableState extends ConstantState { class in class:VectorDrawable
658 public VectorDrawableState(VectorDrawableState copy) { method in class:VectorDrawable.VectorDrawableState
755 public VectorDrawableState() { method in class:VectorDrawable.VectorDrawableState
[all...]

Completed in 17 milliseconds