Home
last modified time | relevance | path

Searched refs:VGroup (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java698 mVectorState.mRootGroup = new VGroup(); in inflate()
804 final Stack<VGroup> groupStack = new Stack<VGroup>(); in inflateChildElements()
815 final VGroup currentGroup = groupStack.peek(); in inflateChildElements()
835 VGroup newChildGroup = new VGroup(); in inflateChildElements()
920 VGroup mRootGroup;
972 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap); in VectorDrawableState()
986 mRootGroup = new VGroup(); in VectorDrawableState()
992 private void createNativeTree(VGroup rootGroup) { in createNativeTree()
1000 private void createNativeTreeFromCopy(VectorDrawableState copy, VGroup rootGroup) { in createNativeTreeFromCopy()
1140 static class VGroup extends VObject { class in VectorDrawable
[all …]
DAnimatedVectorDrawable.java1321 if (target instanceof VectorDrawable.VGroup) { in createRTAnimator()
1322 createRTAnimatorForGroup(values, animator, (VectorDrawable.VGroup) target, in createRTAnimator()
1346 ObjectAnimator animator, VectorDrawable.VGroup target, in createRTAnimatorForGroup()
1354 propertyId = VectorDrawable.VGroup.getPropertyIndex(mTmpValues.propertyName); in createRTAnimatorForGroup()
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
DVectorDrawableCompat.java730 final ArrayDeque<VGroup> groupStack = new ArrayDeque<>(); in inflateInternal()
741 final VGroup currentGroup = groupStack.peek(); in inflateInternal()
760 VGroup newChildGroup = new VGroup(); in inflateInternal()
789 private void printGroupTree(VGroup currentGroup, int level) { in printGroupTree()
801 if (child instanceof VGroup) { in printGroupTree()
802 printGroupTree((VGroup) child, level + 1); in printGroupTree()
1076 final VGroup mRootGroup;
1087 mRootGroup = new VGroup(); in VPathRenderer()
1112 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap); in VPathRenderer()
1127 private void drawGroupTree(VGroup currentGroup, Matrix currentMatrix, in drawGroupTree()
[all …]
/frameworks/base/config/
Ddirty-image-objects159 android.graphics.drawable.VectorDrawable$VGroup
Dpreloaded-classes1219 android.graphics.drawable.VectorDrawable$VGroup
1220 android.graphics.drawable.VectorDrawable$VGroup$1
1221 android.graphics.drawable.VectorDrawable$VGroup$2
1222 android.graphics.drawable.VectorDrawable$VGroup$3
1223 android.graphics.drawable.VectorDrawable$VGroup$4
1224 android.graphics.drawable.VectorDrawable$VGroup$5
1225 android.graphics.drawable.VectorDrawable$VGroup$6
1226 android.graphics.drawable.VectorDrawable$VGroup$7
1227 android.graphics.drawable.VectorDrawable$VGroup$8
1228 android.graphics.drawable.VectorDrawable$VGroup$9
Dboot-image-profile.txt2181 …Landroid/graphics/drawable/VectorDrawable$VGroup$4;->setValue(Landroid/graphics/drawable/VectorDra…
2182 HPLandroid/graphics/drawable/VectorDrawable$VGroup$4;->setValue(Ljava/lang/Object;F)V
2183 …Landroid/graphics/drawable/VectorDrawable$VGroup$5;->setValue(Landroid/graphics/drawable/VectorDra…
2184 HPLandroid/graphics/drawable/VectorDrawable$VGroup$5;->setValue(Ljava/lang/Object;F)V
2185 HPLandroid/graphics/drawable/VectorDrawable$VGroup;->setScaleX(F)V
2186 HPLandroid/graphics/drawable/VectorDrawable$VGroup;->setScaleY(F)V
20486 …ValuesHolder;Landroid/animation/ObjectAnimator;Landroid/graphics/drawable/VectorDrawable$VGroup;J)V
21161 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$1;-><init>()V
21162 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$2;-><init>(Ljava/lang/String;)V
21163 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$3;-><init>(Ljava/lang/String;)V
[all …]
Dhiddenapi-light-greylist.txt2272 Landroid/graphics/drawable/VectorDrawable$VGroup;->setPivotX(F)V
2273 Landroid/graphics/drawable/VectorDrawable$VGroup;->setPivotY(F)V
2274 Landroid/graphics/drawable/VectorDrawable$VGroup;->setRotation(F)V
2275 Landroid/graphics/drawable/VectorDrawable$VGroup;->setTranslateX(F)V
2276 Landroid/graphics/drawable/VectorDrawable$VGroup;->setTranslateY(F)V
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1124 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath() argument
1131 final Matrix groupStackedMatrix = VGroup.mStackedMatrix; in drawPath()