Home
last modified time | relevance | path

Searched defs:VPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1607 static abstract class VPath extends VObject { class in VectorDrawable
1634 public VPath() { in VPath() method in VectorDrawable.VPath
1638 public VPath(VPath copy) { in VPath() method in VectorDrawable.VPath
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1125 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath()