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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java729 groupStack.push(pathRenderer.mRootGroup);
779 printGroupTree(pathRenderer.mRootGroup, 0);
1080 final VGroup mRootGroup; field in class:VectorDrawableCompat.VPathRenderer
1091 mRootGroup = new VGroup();
1116 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap);
1162 drawGroupTree(mRootGroup, IDENTITY_MATRIX, canvas, w, h, filter);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java608 if (mVectorState.mRootGroup != null || mVectorState.mNativeTree != null) {
610 if (mVectorState.mRootGroup != null) {
612 VMRuntime.getRuntime().registerNativeFree(mVectorState.mRootGroup.getNativeSize());
614 mVectorState.mRootGroup.setTree(null);
616 mVectorState.mRootGroup = new VGroup();
623 mVectorState.createNativeTree(mVectorState.mRootGroup);
720 groupStack.push(state.mRootGroup);
828 VGroup mRootGroup; field in class:VectorDrawable.VectorDrawableState
880 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMa
[all...]

Completed in 95 milliseconds