Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DRegion.java113 return nativeSetPath(mNativeRegion, path.readOnlyNI(), clip.mNativeRegion); in setPath()
414 private static native boolean nativeSetPath(long native_dst, long native_path, in nativeSetPath() method in Region
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java307 /*package*/ static boolean nativeSetPath(long native_dst, long native_path, long native_clip) { in nativeSetPath() method in Region_Delegate