Searched refs:VPath (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 657 ((VPath) child).printVPath(level + 1); in printGroupTree() 994 } else if (child instanceof VPath) { in drawGroupTree() 995 VPath childPath = (VPath) child; in drawGroupTree() 1008 private void drawPath(VGroup vGroup, VPath vPath, Canvas canvas, int w, int h, in drawPath() 1178 VPath newPath = null; in VGroup() 1354 private static class VPath { class in VectorDrawableCompat 1359 public VPath() { in VPath() method in VectorDrawableCompat.VPath 1385 public VPath(VPath copy) { in VPath() method in VectorDrawableCompat.VPath 1433 private static class VClipPath extends VPath { 1480 private static class VFullPath extends VPath {
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 1177 final VPath newPath; in VGroup() 1433 static abstract class VPath extends VObject { class in VectorDrawable 1439 private static final Property<VPath, PathParser.PathData> PATH_DATA = 1440 new Property<VPath, PathParser.PathData>(PathParser.PathData.class, "pathData") { 1442 public void set(VPath object, PathParser.PathData data) { 1447 public PathParser.PathData get(VPath object) { 1460 public VPath() { in VPath() method in VectorDrawable.VPath 1464 public VPath(VPath copy) { in VPath() method in VectorDrawable.VPath 1493 private static class VClipPath extends VPath { 1565 static class VFullPath extends VPath {
|
D | AnimatedVectorDrawable.java | 1152 } else if (target instanceof VectorDrawable.VPath) { in createRTAnimator() 1157 createRTAnimatorForPath(animator, (VectorDrawable.VPath) target, in createRTAnimator() 1213 private void createRTAnimatorForPath( ObjectAnimator animator, VectorDrawable.VPath target, in createRTAnimatorForPath()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1077 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath() argument 1094 VPath.toPath(mPath); in drawPath() 1099 if (VPath.isClipPath()) { in drawPath() 1104 VFullPath_Delegate fullPath = (VFullPath_Delegate) VPath; in drawPath()
|
/frameworks/base/ |
D | preloaded-classes | 954 android.graphics.drawable.VectorDrawable$VPath
|
D | compiled-classes-phone | 1361 android.graphics.drawable.VectorDrawable$VPath
|