Searched refs:VGroup (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 574 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateInternal() 581 final VGroup currentGroup = groupStack.peek(); in inflateInternal() 600 VGroup newChildGroup = new VGroup(); in inflateInternal() 636 private void printGroupTree(VGroup currentGroup, int level) { in printGroupTree() 648 if (child instanceof VGroup) { in printGroupTree() 649 printGroupTree((VGroup) child, level + 1); in printGroupTree() 917 private final VGroup mRootGroup; 928 mRootGroup = new VGroup(); in VPathRenderer() 953 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap); in VPathRenderer() 968 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, in drawGroupTree() [all …]
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 579 mVectorState.mRootGroup = new VGroup(); in inflate() 682 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements() 689 final VGroup currentGroup = groupStack.peek(); in inflateChildElements() 709 VGroup newChildGroup = new VGroup(); in inflateChildElements() 780 VGroup mRootGroup; 811 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap); in VectorDrawableState() 828 private void createNativeTree(VGroup rootGroup) { in createNativeTree() 836 private void createNativeTreeFromCopy(VectorDrawableState copy, VGroup rootGroup) { in createNativeTreeFromCopy() 892 mRootGroup = new VGroup(); in VectorDrawableState() 974 static class VGroup extends VObject { class in VectorDrawable [all …]
|
D | AnimatedVectorDrawable.java | 1067 if (target instanceof VectorDrawable.VGroup) { in createRTAnimator() 1068 createRTAnimatorForGroup(values, animator, (VectorDrawable.VGroup) target, in createRTAnimator() 1098 ObjectAnimator animator, VectorDrawable.VGroup target, in createRTAnimatorForGroup() 1106 propertyId = VectorDrawable.VGroup.getPropertyIndex(mTmpValues.propertyName); in createRTAnimatorForGroup()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1077 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath() argument 1084 final Matrix groupStackedMatrix = VGroup.mStackedMatrix; in drawPath()
|
/frameworks/base/ |
D | preloaded-classes | 951 android.graphics.drawable.VectorDrawable$VGroup 952 android.graphics.drawable.VectorDrawable$VGroup$1
|
D | compiled-classes-phone | 1358 android.graphics.drawable.VectorDrawable$VGroup 1359 android.graphics.drawable.VectorDrawable$VGroup$1
|