Searched defs:nativeOp (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
H A D | Region_Delegate.java | 370 /*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 D | Region.java | 259 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, 420 private static native boolean nativeOp(long native_dst, int left, int top, method in class:Region 422 private static native boolean nativeOp(long native_dst, Rect rect, method in class:Region 424 private static native boolean nativeOp(long native_dst, long native_region1, method in class:Region
|
Completed in 93 milliseconds