Home
last modified time | relevance | path

Searched refs:VClipPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java844 final VClipPath path = new VClipPath(); in inflateChildElements()
1334 } else if (copyChild instanceof VClipPath) { in VGroup()
1335 newPath = new VClipPath((VClipPath) copyChild); in VGroup()
1667 private static class VClipPath extends VPath { class in VectorDrawable
1671 public VClipPath() { in VClipPath() method in VectorDrawable.VClipPath
1675 public VClipPath(VClipPath copy) { in VClipPath() method in VectorDrawable.VClipPath
/frameworks/base/config/
Dpreloaded-classes1343 android.graphics.drawable.VectorDrawable$VClipPath