Searched refs:nativeSetRect (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DRegion.java71 nativeSetRect(mNativeRegion, r.left, r.top, r.right, r.bottom);
78 nativeSetRect(mNativeRegion, left, top, right, bottom);
84 nativeSetRect(mNativeRegion, 0, 0, 0, 0);
97 return nativeSetRect(mNativeRegion, r.left, r.top, r.right, r.bottom);
103 return nativeSetRect(mNativeRegion, left, top, right, bottom);
411 private static native boolean nativeSetRect(int native_dst, int left, method in class:Region
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java296 /*package*/ static boolean nativeSetRect(int native_dst, method in class:Region_Delegate

Completed in 234 milliseconds