Searched refs:VPath (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1335 final VPath newPath; in VGroup() 1611 static abstract class VPath extends VObject { class in VectorDrawable 1617 private static final Property<VPath, PathParser.PathData> PATH_DATA = 1618 new Property<VPath, PathParser.PathData>(PathParser.PathData.class, "pathData") { 1620 public void set(VPath object, PathParser.PathData data) { 1625 public PathParser.PathData get(VPath object) { 1638 public VPath() { in VPath() method in VectorDrawable.VPath 1642 public VPath(VPath copy) { in VPath() method in VectorDrawable.VPath 1671 private static class VClipPath extends VPath { 1748 static class VFullPath extends VPath {
|
D | AnimatedVectorDrawable.java | 1321 } else if (target instanceof VectorDrawable.VPath) { in createRTAnimator() 1326 createRTAnimatorForPath(animator, (VectorDrawable.VPath) target, in createRTAnimator() 1376 private void createRTAnimatorForPath( ObjectAnimator animator, VectorDrawable.VPath target, in createRTAnimatorForPath()
|
/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 1142 VPath.toPath(mPath); in drawPath() 1147 if (VPath.isClipPath()) { in drawPath() 1153 VFullPath_Delegate fullPath = (VFullPath_Delegate) VPath; in drawPath()
|
/frameworks/base/boot/ |
D | preloaded-classes | 2089 android.graphics.drawable.VectorDrawable$VPath$1 2090 android.graphics.drawable.VectorDrawable$VPath
|
D | boot-image-profile.txt | 7278 …imatorForPath(Landroid/animation/ObjectAnimator;Landroid/graphics/drawable/VectorDrawable$VPath;J)V 8112 HSPLandroid/graphics/drawable/VectorDrawable$VPath;-><init>()V 8113 HSPLandroid/graphics/drawable/VectorDrawable$VPath;-><init>(Landroid/graphics/drawable/VectorDrawab… 8114 HSPLandroid/graphics/drawable/VectorDrawable$VPath;->getPathName()Ljava/lang/String; 8115 …Drawable$VPath;->getProperty(Ljava/lang/String;)Landroid/util/Property;+]Landroid/util/Property;La… 25033 Landroid/graphics/drawable/VectorDrawable$VPath$1; 25034 Landroid/graphics/drawable/VectorDrawable$VPath;
|
/frameworks/base/config/ |
D | preloaded-classes | 2088 android.graphics.drawable.VectorDrawable$VPath$1 2089 android.graphics.drawable.VectorDrawable$VPath
|
D | boot-image-profile.txt | 7274 …imatorForPath(Landroid/animation/ObjectAnimator;Landroid/graphics/drawable/VectorDrawable$VPath;J)V 8108 HSPLandroid/graphics/drawable/VectorDrawable$VPath;-><init>()V 8109 HSPLandroid/graphics/drawable/VectorDrawable$VPath;-><init>(Landroid/graphics/drawable/VectorDrawab… 8110 HSPLandroid/graphics/drawable/VectorDrawable$VPath;->getPathName()Ljava/lang/String; 8111 …Drawable$VPath;->getProperty(Ljava/lang/String;)Landroid/util/Property;+]Landroid/util/Property;La… 34670 Landroid/graphics/drawable/VectorDrawable$VPath$1; 34671 Landroid/graphics/drawable/VectorDrawable$VPath;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 19538 …imatorForPath(Landroid/animation/ObjectAnimator;Landroid/graphics/drawable/VectorDrawable$VPath;J)V 20504 Landroid/graphics/drawable/VectorDrawable$VPath;-><init>()V 20505 Landroid/graphics/drawable/VectorDrawable$VPath;-><init>(Landroid/graphics/drawable/VectorDrawable$… 20506 Landroid/graphics/drawable/VectorDrawable$VPath;->getPathData()Landroid/util/PathParser$PathData; 20507 Landroid/graphics/drawable/VectorDrawable$VPath;->getPathName()Ljava/lang/String; 20508 Landroid/graphics/drawable/VectorDrawable$VPath;->getProperty(Ljava/lang/String;)Landroid/util/Prop… 20509 Landroid/graphics/drawable/VectorDrawable$VPath;->mChangingConfigurations:I 20510 Landroid/graphics/drawable/VectorDrawable$VPath;->mPathData:Landroid/util/PathParser$PathData; 20511 Landroid/graphics/drawable/VectorDrawable$VPath;->mPathName:Ljava/lang/String; 20512 Landroid/graphics/drawable/VectorDrawable$VPath;->PATH_DATA:Landroid/util/Property; [all …]
|