Searched refs:VClipPath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java766 final VClipPath path = new VClipPath();
1242 } else if (copyChild instanceof VClipPath) {
1243 newPath = new VClipPath((VClipPath) copyChild);
1555 private static class VClipPath extends VPath { class in class:VectorDrawable
1559 public VClipPath() { method in class:VectorDrawable.VClipPath
1563 public VClipPath(VClipPath copy) { method in class:VectorDrawable.VClipPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java778 final VClipPath path = new VClipPath();
1365 } else if (copyChild instanceof VClipPath) {
1366 newPath = new VClipPath((VClipPath) copyChild);
1617 private static class VClipPath extends VPath { class in class:VectorDrawableCompat
1618 public VClipPath() { method in class:VectorDrawableCompat.VClipPath
1622 public VClipPath(VClipPath copy) { method in class:VectorDrawableCompat.VClipPath
/frameworks/base/
H A Dcompiled-classes-phone1355 android.graphics.drawable.VectorDrawable$VClipPath

Completed in 265 milliseconds