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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java370 /*package*/ static boolean nativeOp(long native_dst, method in class:Region_Delegate
389 /*package*/ static boolean nativeOp(long native_dst, Rect rect, long native_region, int op) { method in class:Region_Delegate
407 /*package*/ static boolean nativeOp(long native_dst, method in class:Region_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java259 return nativeOp(mNativeRegion, r.left, r.top, r.right, r.bottom,
268 return nativeOp(mNativeRegion, left, top, right, bottom,
285 return nativeOp(mNativeRegion, rect, region.mNativeRegion,
294 return nativeOp(mNativeRegion, region1.mNativeRegion,
419 private static native boolean nativeOp(long native_dst, int left, int top, method in class:Region
421 private static native boolean nativeOp(long native_dst, Rect rect, method in class:Region
423 private static native boolean nativeOp(long native_dst, long native_region1, method in class:Region

Completed in 24 milliseconds