Home
last modified time | relevance | path

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

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