Searched refs:VGroup (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 616 mVectorState.mRootGroup = new VGroup(); in inflate() 719 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements() 730 final VGroup currentGroup = groupStack.peek(); in inflateChildElements() 750 VGroup newChildGroup = new VGroup(); in inflateChildElements() 828 VGroup mRootGroup; 880 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap); in VectorDrawableState() 894 mRootGroup = new VGroup(); in VectorDrawableState() 900 private void createNativeTree(VGroup rootGroup) { in createNativeTree() 908 private void createNativeTreeFromCopy(VectorDrawableState copy, VGroup rootGroup) { in createNativeTreeFromCopy() 1048 static class VGroup extends VObject { class in VectorDrawable [all …]
|
D | AnimatedVectorDrawable.java | 1317 if (target instanceof VectorDrawable.VGroup) { in createRTAnimator() 1318 createRTAnimatorForGroup(values, animator, (VectorDrawable.VGroup) target, in createRTAnimator() 1342 ObjectAnimator animator, VectorDrawable.VGroup target, in createRTAnimatorForGroup() 1350 propertyId = VectorDrawable.VGroup.getPropertyIndex(mTmpValues.propertyName); in createRTAnimatorForGroup()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 728 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateInternal() 739 final VGroup currentGroup = groupStack.peek(); in inflateInternal() 758 VGroup newChildGroup = new VGroup(); in inflateInternal() 794 private void printGroupTree(VGroup currentGroup, int level) { in printGroupTree() 806 if (child instanceof VGroup) { in printGroupTree() 807 printGroupTree((VGroup) child, level + 1); in printGroupTree() 1080 final VGroup mRootGroup; 1091 mRootGroup = new VGroup(); in VPathRenderer() 1116 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap); in VPathRenderer() 1131 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, in drawGroupTree() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1112 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath() argument 1119 final Matrix groupStackedMatrix = VGroup.mStackedMatrix; in drawPath()
|
/frameworks/base/ |
D | preloaded-classes | 1110 android.graphics.drawable.VectorDrawable$VGroup 1111 android.graphics.drawable.VectorDrawable$VGroup$1 1112 android.graphics.drawable.VectorDrawable$VGroup$2 1113 android.graphics.drawable.VectorDrawable$VGroup$3 1114 android.graphics.drawable.VectorDrawable$VGroup$4 1115 android.graphics.drawable.VectorDrawable$VGroup$5 1116 android.graphics.drawable.VectorDrawable$VGroup$6 1117 android.graphics.drawable.VectorDrawable$VGroup$7 1118 android.graphics.drawable.VectorDrawable$VGroup$8 1119 android.graphics.drawable.VectorDrawable$VGroup$9
|
D | compiled-classes-phone | 1450 android.graphics.drawable.VectorDrawable$VGroup 1451 android.graphics.drawable.VectorDrawable$VGroup$1 1452 android.graphics.drawable.VectorDrawable$VGroup$2 1453 android.graphics.drawable.VectorDrawable$VGroup$3 1454 android.graphics.drawable.VectorDrawable$VGroup$4 1455 android.graphics.drawable.VectorDrawable$VGroup$5 1456 android.graphics.drawable.VectorDrawable$VGroup$6 1457 android.graphics.drawable.VectorDrawable$VGroup$7 1458 android.graphics.drawable.VectorDrawable$VGroup$8 1459 android.graphics.drawable.VectorDrawable$VGroup$9
|
/frameworks/base/services/ |
D | profile-classes | 845 Landroid/graphics/drawable/VectorDrawable$VGroup; 846 Landroid/graphics/drawable/VectorDrawable$VGroup$1; 847 Landroid/graphics/drawable/VectorDrawable$VGroup$2; 848 Landroid/graphics/drawable/VectorDrawable$VGroup$3; 849 Landroid/graphics/drawable/VectorDrawable$VGroup$4; 850 Landroid/graphics/drawable/VectorDrawable$VGroup$5; 851 Landroid/graphics/drawable/VectorDrawable$VGroup$6; 852 Landroid/graphics/drawable/VectorDrawable$VGroup$7; 853 Landroid/graphics/drawable/VectorDrawable$VGroup$8; 854 Landroid/graphics/drawable/VectorDrawable$VGroup$9;
|