Searched refs:nativeSetRect (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Region.java | 76 nativeSetRect(mNativeRegion, r.left, r.top, r.right, r.bottom); in Region() 83 nativeSetRect(mNativeRegion, left, top, right, bottom); in Region() 89 nativeSetRect(mNativeRegion, 0, 0, 0, 0); in setEmpty() 102 return nativeSetRect(mNativeRegion, r.left, r.top, r.right, r.bottom); in set() 108 return nativeSetRect(mNativeRegion, left, top, right, bottom); in set() 430 private static native boolean nativeSetRect(long native_dst, int left, in nativeSetRect() method in Region
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Region_Delegate.java | 295 /*package*/ static boolean nativeSetRect(long native_dst, in nativeSetRect() method in Region_Delegate
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 21275 Landroid/graphics/Region;->nativeSetRect(JIIII)Z
|