Searched refs:VGroup (Results 1 – 7 of 7) 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
|
D | boot-image-profile.txt | 6187 …ValuesHolder;Landroid/animation/ObjectAnimator;Landroid/graphics/drawable/VectorDrawable$VGroup;J)V 6802 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$1;-><init>()V 6803 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$2;-><init>(Ljava/lang/String;)V 6804 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$3;-><init>(Ljava/lang/String;)V 6805 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$4;-><init>(Ljava/lang/String;)V 6806 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$5;-><init>(Ljava/lang/String;)V 6807 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$6;-><init>(Ljava/lang/String;)V 6808 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$7;-><init>(Ljava/lang/String;)V 6809 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$8;-><init>(Ljava/lang/String;)V 6810 HSPLandroid/graphics/drawable/VectorDrawable$VGroup$9;-><init>()V [all …]
|
D | hiddenapi-greylist-max-o.txt | 19546 …ValuesHolder;Landroid/animation/ObjectAnimator;Landroid/graphics/drawable/VectorDrawable$VGroup;J)V 20354 …Drawable$VectorDrawableState;->createNativeTree(Landroid/graphics/drawable/VectorDrawable$VGroup;)V 20355 …ics/drawable/VectorDrawable$VectorDrawableState;Landroid/graphics/drawable/VectorDrawable$VGroup;)V 20376 …e/VectorDrawable$VectorDrawableState;->mRootGroup:Landroid/graphics/drawable/VectorDrawable$VGroup; 20450 Landroid/graphics/drawable/VectorDrawable$VGroup;-><init>()V 20451 Landroid/graphics/drawable/VectorDrawable$VGroup;-><init>(Landroid/graphics/drawable/VectorDrawable… 20452 Landroid/graphics/drawable/VectorDrawable$VGroup;->addChild(Landroid/graphics/drawable/VectorDrawab… 20453 Landroid/graphics/drawable/VectorDrawable$VGroup;->applyTheme(Landroid/content/res/Resources$Theme;… 20454 Landroid/graphics/drawable/VectorDrawable$VGroup;->canApplyTheme()Z 20455 Landroid/graphics/drawable/VectorDrawable$VGroup;->getGroupName()Ljava/lang/String; [all …]
|