Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DPathMeasure_Delegate.java42 public final class PathMeasure_Delegate { class
45 private static final DelegateManager<PathMeasure_Delegate> sManager =
46 new DelegateManager<PathMeasure_Delegate>(PathMeasure_Delegate.class);
54 private PathMeasure_Delegate(long native_path, boolean forceClosed) { in PathMeasure_Delegate() method in PathMeasure_Delegate
71 return sManager.addNewDelegate(new PathMeasure_Delegate(native_path, forceClosed)); in native_create()
105 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_setPath()
125 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_getLength()
137 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_isClosed()
166 PathMeasure_Delegate pathMeasure = sManager.getDelegate(native_instance); in native_getSegment()