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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java 59 native_path = Path_Delegate.nInit(native_path);
60 Path_Delegate.nClose(native_path);
63 Path_Delegate pathDelegate = Path_Delegate.getDelegate(native_path);
111 native_path = Path_Delegate.nInit(native_path);
112 Path_Delegate.nClose(native_path);
115 Path_Delegate pathDelegate = Path_Delegate.getDelegate(native_path);
140 Path_Delegate path = Path_Delegate.getDelegate(pathMeasure.mNativePath)
    [all...]
Path_Delegate.java 54 public final class Path_Delegate {
57 private static final DelegateManager<Path_Delegate> sManager =
58 new DelegateManager<Path_Delegate>(Path_Delegate.class);
74 public static Path_Delegate getDelegate(long nPath) {
103 Path_Delegate newDelegate = new Path_Delegate();
111 Path_Delegate newDelegate = new Path_Delegate();
114 Path_Delegate pathDelegate = sManager.getDelegate(nPath)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 36 import android.graphics.Path_Delegate;
    [all...]

Completed in 716 milliseconds