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.java651 ((VPath) child).printVPath(level + 1); in printGroupTree()
985 } else if (child instanceof VPath) { in drawGroupTree()
986 VPath childPath = (VPath) child; in drawGroupTree()
997 private void drawPath(VGroup vGroup, VPath vPath, Canvas canvas, int w, int h, in drawPath()
1167 VPath newPath = null; in VGroup()
1343 private static class VPath { class in VectorDrawableCompat
1348 public VPath() { in VPath() method in VectorDrawableCompat.VPath
1374 public VPath(VPath copy) { in VPath() method in VectorDrawableCompat.VPath
1422 private static class VClipPath extends VPath {
1469 private static class VFullPath extends VPath {
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1043 final VPath newPath; in VGroup()
1290 static abstract class VPath extends VObject { class in VectorDrawable
1296 public VPath() { in VPath() method in VectorDrawable.VPath
1300 public VPath(VPath copy) { in VPath() method in VectorDrawable.VPath
1329 private static class VClipPath extends VPath {
1401 static class VFullPath extends VPath {
DAnimatedVectorDrawable.java1070 } else if (target instanceof VectorDrawable.VPath) { in createRTAnimator()
1075 createRTAnimatorForPath(animator, (VectorDrawable.VPath) target, in createRTAnimator()
1131 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