Searched refs:VGroup (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java640 mVectorState.mRootGroup = new VGroup();
743 final Stack<VGroup> groupStack = new Stack<VGroup>();
754 final VGroup currentGroup = groupStack.peek();
774 VGroup newChildGroup = new VGroup();
852 VGroup mRootGroup;
904 mRootGroup = new VGroup(copy.mRootGroup, mVGTargetsMap);
918 mRootGroup = new VGroup();
924 private void createNativeTree(VGroup rootGrou
1066 static class VGroup extends VObject { class in class:VectorDrawable
1221 public VGroup(VGroup copy, ArrayMap<String, Object> targetsMap) { method in class:VectorDrawable.VGroup
1255 public VGroup() { method in class:VectorDrawable.VGroup
[all...]
H A DAnimatedVectorDrawable.java1237 if (target instanceof VectorDrawable.VGroup) {
1238 createRTAnimatorForGroup(values, animator, (VectorDrawable.VGroup) target,
1261 throw new UnsupportedOperationException("Target should be either VGroup, VPath, " +
1268 ObjectAnimator animator, VectorDrawable.VGroup target,
1276 propertyId = VectorDrawable.VGroup.getPropertyIndex(mTmpValues.propertyName);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java756 final Stack<VGroup> groupStack = new Stack<VGroup>();
767 final VGroup currentGroup = groupStack.peek();
786 VGroup newChildGroup = new VGroup();
822 private void printGroupTree(VGroup currentGroup, int level) {
834 if (child instanceof VGroup) {
835 printGroupTree((VGroup) child, level + 1);
1107 final VGroup mRootGroup;
1118 mRootGroup = new VGroup();
1314 private static class VGroup { class in class:VectorDrawableCompat
1338 public VGroup(VGroup copy, ArrayMap<String, Object> targetsMap) { method in class:VectorDrawableCompat.VGroup
1378 public VGroup() { method in class:VectorDrawableCompat.VGroup
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1077 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, argument
1084 final Matrix groupStackedMatrix = VGroup.mStackedMatrix;
/frameworks/base/
H A Dcompiled-classes-phone1358 android.graphics.drawable.VectorDrawable$VGroup
1359 android.graphics.drawable.VectorDrawable$VGroup$1

Completed in 149 milliseconds