Home
last modified time | relevance | path

Searched refs:nativeSetRect (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRegion.java76 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 DRegion_Delegate.java295 /*package*/ static boolean nativeSetRect(long native_dst, in nativeSetRect() method in Region_Delegate
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21275 Landroid/graphics/Region;->nativeSetRect(JIIII)Z