Searched defs:mVectorState (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java201 private VectorDrawableState mVectorState; field in class:VectorDrawable
213 mVectorState = new VectorDrawableState();
217 mVectorState = state;
224 mVectorState = new VectorDrawableState(mVectorState);
239 return mVectorState.mVPathRenderer.mVGTargetsMap.get(name);
244 mVectorState.mChangingConfigurations = getChangingConfigurations();
245 return mVectorState;
270 if (!mVectorState.hasTranslucentRoot()) {
271 mVectorState
[all...]

Completed in 18 milliseconds