Searched defs:nativeGetBounds (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java330 /*package*/ static boolean nativeGetBounds(int native_region, Rect rect) { method in class:Region_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java129 nativeGetBounds(mNativeRegion, r);
141 return nativeGetBounds(mNativeRegion, r);
375 private static native boolean nativeGetBounds(int native_region, Rect rect); method in class:Region

Completed in 16 milliseconds