Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java809 ((VPath) child).printVPath(level + 1); in printGroupTree()
1151 } else if (child instanceof VPath) { in drawGroupTree()
1152 VPath childPath = (VPath) child; in drawGroupTree()
1165 private void drawPath(VGroup vGroup, VPath vPath, Canvas canvas, int w, int h, in drawPath()
1337 VPath newPath = null; in VGroup()
1513 private static class VPath { class in VectorDrawableCompat
1518 public VPath() { in VPath() method in VectorDrawableCompat.VPath
1544 public VPath(VPath copy) { in VPath() method in VectorDrawableCompat.VPath
1592 private static class VClipPath extends VPath {
1639 private static class VFullPath extends VPath {
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1221 final VPath newPath; in VGroup()
1492 static abstract class VPath extends VObject { class in VectorDrawable
1498 private static final Property<VPath, PathParser.PathData> PATH_DATA =
1499 new Property<VPath, PathParser.PathData>(PathParser.PathData.class, "pathData") {
1501 public void set(VPath object, PathParser.PathData data) {
1506 public PathParser.PathData get(VPath object) {
1519 public VPath() { in VPath() method in VectorDrawable.VPath
1523 public VPath(VPath copy) { in VPath() method in VectorDrawable.VPath
1552 private static class VClipPath extends VPath {
1629 static class VFullPath extends VPath {
DAnimatedVectorDrawable.java1320 } else if (target instanceof VectorDrawable.VPath) { in createRTAnimator()
1325 createRTAnimatorForPath(animator, (VectorDrawable.VPath) target, in createRTAnimator()
1375 private void createRTAnimatorForPath( ObjectAnimator animator, VectorDrawable.VPath target, in createRTAnimatorForPath()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1112 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath() argument
1129 VPath.toPath(mPath); in drawPath()
1134 if (VPath.isClipPath()) { in drawPath()
1139 VFullPath_Delegate fullPath = (VFullPath_Delegate) VPath; in drawPath()
/frameworks/base/
Dpreloaded-classes1121 android.graphics.drawable.VectorDrawable$VPath
1122 android.graphics.drawable.VectorDrawable$VPath$1
Dcompiled-classes-phone1461 android.graphics.drawable.VectorDrawable$VPath
1462 android.graphics.drawable.VectorDrawable$VPath$1
/frameworks/base/services/
Dprofile-classes856 Landroid/graphics/drawable/VectorDrawable$VPath;
857 Landroid/graphics/drawable/VectorDrawable$VPath$1;