Searched refs:nativeSetRect (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Region.java | 75 nativeSetRect(mNativeRegion, r.left, r.top, r.right, r.bottom); in Region() 82 nativeSetRect(mNativeRegion, left, top, right, bottom); in Region() 88 nativeSetRect(mNativeRegion, 0, 0, 0, 0); in setEmpty() 101 return nativeSetRect(mNativeRegion, r.left, r.top, r.right, r.bottom); in set() 107 return nativeSetRect(mNativeRegion, left, top, right, bottom); in set() 429 private static native boolean nativeSetRect(long native_dst, int left, in nativeSetRect() method in Region
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Region_Delegate.java | 295 /*package*/ static boolean nativeSetRect(long native_dst, in nativeSetRect() method in Region_Delegate
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 21284 Landroid/graphics/Region;->nativeSetRect(JIIII)Z
|