Searched defs:nativeSetPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java308 /*package*/ static boolean nativeSetPath(int native_dst, int native_path, int native_clip) { method in class:Region_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java105 return nativeSetPath(mNativeRegion, path.ni(), clip.mNativeRegion);
373 private static native boolean nativeSetPath(int native_dst, int native_path, method in class:Region

Completed in 22 milliseconds