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

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

Completed in 55 milliseconds