Home
last modified time | relevance | path

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

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java657 ((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/
DVectorDrawable.java1177 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 {
DAnimatedVectorDrawable.java1152 } 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/
DVectorDrawable_Delegate.java1077 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/
Dpreloaded-classes954 android.graphics.drawable.VectorDrawable$VPath
Dcompiled-classes-phone1361 android.graphics.drawable.VectorDrawable$VPath