Home
last modified time | relevance | path

Searched refs:mRootGroup (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java571 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/
DVectorDrawableCompat.java575 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/
DVectorDrawable_Delegate.java1024 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()