Searched refs:VGroup (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 698 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 …]
|
D | AnimatedVectorDrawable.java | 1321 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/ |
D | VectorDrawableCompat.java | 730 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/ |
D | dirty-image-objects | 159 android.graphics.drawable.VectorDrawable$VGroup
|
D | preloaded-classes | 1219 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
|
D | boot-image-profile.txt | 2181 …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 …]
|
D | hiddenapi-light-greylist.txt | 2272 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/ |
D | VectorDrawable_Delegate.java | 1124 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath() argument 1131 final Matrix groupStackedMatrix = VGroup.mStackedMatrix; in drawPath()
|