Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java182 return native_isConvex(mNativePath); in isConvex()
785 private static native boolean native_isConvex(long nPath); in native_isConvex() method in Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java147 /*package*/ static boolean native_isConvex(long nPath) { in native_isConvex() method in Path_Delegate