Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java315 VPath_Delegate path = VNativeObject.getDelegate(pathPtr); in nSetPathString()
412 VPath_Delegate path = VNativeObject.getDelegate(pathPtr); in nSetPathData()
545 private static class VClipPath_Delegate extends VPath_Delegate {
560 static class VFullPath_Delegate extends VPath_Delegate {
998 public static class VPath_Delegate extends VNativeObject { class in VectorDrawable_Delegate
1003 public VPath_Delegate() { in VPath_Delegate() method in VectorDrawable_Delegate.VPath_Delegate
1007 public VPath_Delegate(VPath_Delegate copy) { in VPath_Delegate() method in VectorDrawable_Delegate.VPath_Delegate
1112 } else if (child instanceof VPath_Delegate) { in drawGroupTree()
1113 VPath_Delegate childPath = (VPath_Delegate) child; in drawGroupTree()
1125 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath()