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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java294 native_computeBounds(mNativePath, bounds);
790 private static native void native_computeBounds(long nPath, RectF bounds); method in class:Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java204 /*package*/ static void native_computeBounds(long nPath, RectF bounds) { method in class:Path_Delegate

Completed in 96 milliseconds