Searched refs:VGroup (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 715 mVectorState.mRootGroup = new VGroup(); in inflate() 821 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements() 832 final VGroup currentGroup = groupStack.peek(); in inflateChildElements() 852 VGroup newChildGroup = new VGroup(); in inflateChildElements() 938 VGroup mRootGroup; 990 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap); in VectorDrawableState() 1004 mRootGroup = new VGroup(); in VectorDrawableState() 1010 private void createNativeTree(VGroup rootGroup) { in createNativeTree() 1018 private void createNativeTreeFromCopy(VectorDrawableState copy, VGroup rootGroup) { in createNativeTreeFromCopy() 1158 static class VGroup extends VObject { class in VectorDrawable [all …]
|
D | AnimatedVectorDrawable.java | 1327 if (target instanceof VectorDrawable.VGroup) { in createRTAnimator() 1328 createRTAnimatorForGroup(values, animator, (VectorDrawable.VGroup) target, in createRTAnimator() 1352 ObjectAnimator animator, VectorDrawable.VGroup target, in createRTAnimatorForGroup() 1360 propertyId = VectorDrawable.VGroup.getPropertyIndex(mTmpValues.propertyName); in createRTAnimatorForGroup()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1125 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath() argument 1132 final Matrix groupStackedMatrix = VGroup.mStackedMatrix; in drawPath()
|
/frameworks/base/config/ |
D | dirty-image-objects | 92 android.graphics.drawable.VectorDrawable$VGroup
|
D | preloaded-classes | 1355 android.graphics.drawable.VectorDrawable$VGroup$1 1356 android.graphics.drawable.VectorDrawable$VGroup$2 1357 android.graphics.drawable.VectorDrawable$VGroup$3 1358 android.graphics.drawable.VectorDrawable$VGroup$4 1359 android.graphics.drawable.VectorDrawable$VGroup$5 1360 android.graphics.drawable.VectorDrawable$VGroup$6 1361 android.graphics.drawable.VectorDrawable$VGroup$7 1362 android.graphics.drawable.VectorDrawable$VGroup$8 1363 android.graphics.drawable.VectorDrawable$VGroup$9 1364 android.graphics.drawable.VectorDrawable$VGroup
|