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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java371 /*package*/ static boolean nativeOp(int native_dst, method in class:Region_Delegate
390 /*package*/ static boolean nativeOp(int native_dst, Rect rect, int native_region, int op) { method in class:Region_Delegate
408 /*package*/ static boolean nativeOp(int native_dst, method in class:Region_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java251 return nativeOp(mNativeRegion, r.left, r.top, r.right, r.bottom,
260 return nativeOp(mNativeRegion, left, top, right, bottom,
277 return nativeOp(mNativeRegion, rect, region.mNativeRegion,
286 return nativeOp(mNativeRegion, region1.mNativeRegion,
379 private static native boolean nativeOp(int native_dst, int left, int top, method in class:Region
381 private static native boolean nativeOp(int native_dst, Rect rect, method in class:Region
383 private static native boolean nativeOp(int native_dst, int native_region1, method in class:Region

Completed in 10 milliseconds