Searched refs:mRootGroup (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 571 if (mVectorState.mRootGroup != null || mVectorState.mNativeTree != null) { in inflate() 573 if (mVectorState.mRootGroup != null) { in inflate() 575 VMRuntime.getRuntime().registerNativeFree(mVectorState.mRootGroup.getNativeSize()); in inflate() 577 mVectorState.mRootGroup.setTree(null); in inflate() 579 mVectorState.mRootGroup = new VGroup(); in inflate() 586 mVectorState.createNativeTree(mVectorState.mRootGroup); in inflate() 683 groupStack.push(state.mRootGroup); in inflateChildElements() 780 VGroup mRootGroup; field in VectorDrawable.VectorDrawableState 811 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap); in VectorDrawableState() 812 createNativeTreeFromCopy(copy, mRootGroup); in VectorDrawableState() [all …]
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 575 groupStack.push(pathRenderer.mRootGroup); in inflateInternal() 621 printGroupTree(pathRenderer.mRootGroup, 0); in inflateInternal() 917 private final VGroup mRootGroup; field in VectorDrawableCompat.VPathRenderer 928 mRootGroup = new VGroup(); in VPathRenderer() 953 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap); in VPathRenderer() 994 drawGroupTree(mRootGroup, IDENTITY_MATRIX, canvas, w, h, filter); in draw()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1024 private final VGroup_Delegate mRootGroup; field in VectorDrawable_Delegate.VPathRenderer_Delegate 1033 mRootGroup = rootGroup; in VPathRenderer_Delegate() 1074 drawGroupTree(mRootGroup, Matrix.IDENTITY_MATRIX, canvasPtr, w, h, filterPtr); in draw()
|