Home
last modified time | relevance | path

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

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