Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
DVectorDrawableCompat.java804 ((VPath) child).printVPath(level + 1); in printGroupTree()
1147 } else if (child instanceof VPath) { in drawGroupTree()
1148 VPath childPath = (VPath) child; in drawGroupTree()
1161 private void drawPath(VGroup vGroup, VPath vPath, Canvas canvas, int w, int h, in drawPath()
1333 VPath newPath = null; in VGroup()
1509 private static class VPath { class in VectorDrawableCompat
1514 public VPath() { in VPath() method in VectorDrawableCompat.VPath
1540 public VPath(VPath copy) { in VPath() method in VectorDrawableCompat.VPath
1588 private static class VClipPath extends VPath {
1635 private static class VFullPath extends VPath {
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1313 final VPath newPath; in VGroup()
1584 static abstract class VPath extends VObject { class in VectorDrawable
1590 private static final Property<VPath, PathParser.PathData> PATH_DATA =
1591 new Property<VPath, PathParser.PathData>(PathParser.PathData.class, "pathData") {
1593 public void set(VPath object, PathParser.PathData data) {
1598 public PathParser.PathData get(VPath object) {
1611 public VPath() { in VPath() method in VectorDrawable.VPath
1615 public VPath(VPath copy) { in VPath() method in VectorDrawable.VPath
1644 private static class VClipPath extends VPath {
1721 static class VFullPath extends VPath {
DAnimatedVectorDrawable.java1324 } else if (target instanceof VectorDrawable.VPath) { in createRTAnimator()
1329 createRTAnimatorForPath(animator, (VectorDrawable.VPath) target, in createRTAnimator()
1379 private void createRTAnimatorForPath( ObjectAnimator animator, VectorDrawable.VPath target, in createRTAnimatorForPath()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1124 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath() argument
1141 VPath.toPath(mPath); in drawPath()
1146 if (VPath.isClipPath()) { in drawPath()
1151 VFullPath_Delegate fullPath = (VFullPath_Delegate) VPath; in drawPath()
/frameworks/base/config/
Dpreloaded-classes1230 android.graphics.drawable.VectorDrawable$VPath
1231 android.graphics.drawable.VectorDrawable$VPath$1
Dboot-image-profile.txt2188 HPLandroid/graphics/drawable/VectorDrawable$VPath$1;->set(Landroid/graphics/drawable/VectorDrawable…
2189 HPLandroid/graphics/drawable/VectorDrawable$VPath$1;->set(Ljava/lang/Object;Ljava/lang/Object;)V
2190 HPLandroid/graphics/drawable/VectorDrawable$VPath;->setPathData(Landroid/util/PathParser$PathData;)V
20487 …imatorForPath(Landroid/animation/ObjectAnimator;Landroid/graphics/drawable/VectorDrawable$VPath;J)V
21182 HSPLandroid/graphics/drawable/VectorDrawable$VPath$1;-><init>(Ljava/lang/Class;Ljava/lang/String;)V
21183 HSPLandroid/graphics/drawable/VectorDrawable$VPath;->getProperty(Ljava/lang/String;)Landroid/util/P…
55160 Landroid/graphics/drawable/VectorDrawable$VPath$1;
55161 Landroid/graphics/drawable/VectorDrawable$VPath;