Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DRegion.java71 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/
DRegion_Delegate.java295 /*package*/ static boolean nativeSetRect(long native_dst, in nativeSetRect() method in Region_Delegate