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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java295 /*package*/ static boolean nativeSetRect(long native_dst, method in class:Region_Delegate
/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(long native_dst, int left, method in class:Region

Completed in 45 milliseconds