HomeSort by relevance Sort by last modified time
    Searched defs:PathParser_Delegate (Results 1 - 2 of 2) sorted by null

  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 45 import android.util.PathParser_Delegate;
315 path.setPathData(PathParser_Delegate.createNodesFromPathData(pathString));
412 path.setPathData(PathParser_Delegate.getDelegate(pathDataPtr).getPathDataNodes());
    [all...]
  /frameworks/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 42 public class PathParser_Delegate {
47 private static final DelegateManager<PathParser_Delegate> sManager =
48 new DelegateManager<PathParser_Delegate>(PathParser_Delegate.class);
54 public static PathParser_Delegate getDelegate(long nativePtr) {
58 private PathParser_Delegate(@NonNull PathDataNode[] nodes) {
80 PathParser_Delegate source = sManager.getDelegate(outPathPtr);
89 PathParser_Delegate newDelegate = new PathParser_Delegate(new PathDataNode[0]);
95 PathParser_Delegate source = sManager.getDelegate(nativePtr)
    [all...]

Completed in 72 milliseconds