Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1335 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 {
DAnimatedVectorDrawable.java1321 } 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/
DVectorDrawable_Delegate.java1125 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/
Dpreloaded-classes2089 android.graphics.drawable.VectorDrawable$VPath$1
2090 android.graphics.drawable.VectorDrawable$VPath
Dboot-image-profile.txt7278 …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/
Dpreloaded-classes2088 android.graphics.drawable.VectorDrawable$VPath$1
2089 android.graphics.drawable.VectorDrawable$VPath
Dboot-image-profile.txt7274 …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/
Dhiddenapi-max-target-o.txt19538 …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 …]