Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DRegion.java137 nativeGetBounds(mNativeRegion, r); in getBounds()
149 return nativeGetBounds(mNativeRegion, r); in getBounds()
415 private static native boolean nativeGetBounds(long native_region, Rect rect); in nativeGetBounds() method in Region
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java329 /*package*/ static boolean nativeGetBounds(long native_region, Rect rect) { in nativeGetBounds() method in Region_Delegate