HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetBounds (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Region.java 137 nativeGetBounds(mNativeRegion, r);
149 return nativeGetBounds(mNativeRegion, r);
416 private static native boolean nativeGetBounds(long native_region, Rect rect);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 329 /*package*/ static boolean nativeGetBounds(long native_region, Rect rect) {

Completed in 44 milliseconds