Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DRegion.java158 nativeGetBoundaryPath(mNativeRegion, path.ni()); in getBoundaryPath()
167 return nativeGetBoundaryPath(mNativeRegion, path.ni()); in getBoundaryPath()
416 private static native boolean nativeGetBoundaryPath(int native_region, in nativeGetBoundaryPath() method in Region
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java350 /*package*/ static boolean nativeGetBoundaryPath(int native_region, int native_path) { in nativeGetBoundaryPath() method in Region_Delegate