Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java281 return native_isRect(mNativePath, rect); in isRect()
789 private static native boolean native_isRect(long nPath, RectF rect); in native_isRect() method in Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java184 /*package*/ static boolean native_isRect(long nPath, RectF rect) { in native_isRect() method in Path_Delegate