Searched refs:drawGroupTree (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1046 private void drawGroupTree(VGroup_Delegate currentGroup, Matrix currentMatrix, method in class:VectorDrawable_Delegate.VPathRenderer_Delegate
1062 drawGroupTree(childGroup, currentGroup.mStackedMatrix,
1074 drawGroupTree(mRootGroup, Matrix.IDENTITY_MATRIX, canvasPtr, w, h, filterPtr);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1158 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, method in class:VectorDrawableCompat.VPathRenderer
1176 drawGroupTree(childGroup, currentGroup.mStackedMatrix,
1189 drawGroupTree(mRootGroup, IDENTITY_MATRIX, canvas, w, h, filter);

Completed in 57 milliseconds