Searched refs:nativeSetRect (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Region.java | 71 nativeSetRect(mNativeRegion, r.left, r.top, r.right, r.bottom); in Region() 78 nativeSetRect(mNativeRegion, left, top, right, bottom); in Region() 84 nativeSetRect(mNativeRegion, 0, 0, 0, 0); in setEmpty() 97 return nativeSetRect(mNativeRegion, r.left, r.top, r.right, r.bottom); in set() 103 return nativeSetRect(mNativeRegion, left, top, right, bottom); in set() 412 private static native boolean nativeSetRect(long native_dst, int left, in nativeSetRect() method in Region
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Region_Delegate.java | 295 /*package*/ static boolean nativeSetRect(long native_dst, in nativeSetRect() method in Region_Delegate
|