Searched defs:VClipPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java750 final VClipPath path = new VClipPath();
1340 } else if (copyChild instanceof VClipPath) {
1341 newPath = new VClipPath((VClipPath) copyChild);
1592 private static class VClipPath extends VPath { class in class:VectorDrawableCompat
1593 public VClipPath() { method in class:VectorDrawableCompat.VClipPath
1597 public VClipPath(VClipPath copy) { method in class:VectorDrawableCompat.VClipPath
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java742 final VClipPath path = new VClipPath();
1224 } else if (copyChild instanceof VClipPath) {
1225 newPath = new VClipPath((VClipPath) copyChild);
1552 private static class VClipPath extends VPath { class in class:VectorDrawable
1556 public VClipPath() { method in class:VectorDrawable.VClipPath
1560 public VClipPath(VClipPath copy) { method in class:VectorDrawable.VClipPath

Completed in 567 milliseconds