Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DRegion.java75 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/
DRegion_Delegate.java295 /*package*/ static boolean nativeSetRect(long native_dst, in nativeSetRect() method in Region_Delegate
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt21284 Landroid/graphics/Region;->nativeSetRect(JIIII)Z