Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java608 nAddArc(mNativePath, left, top, right, bottom, startAngle, sweepAngle); in addArc()
845 private static native void nAddArc(long nPath, float left, float top, float right, float bottom, in nAddArc() method in Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java364 /*package*/ static void nAddArc(long nPath, float left, float top, float right, in nAddArc() method in Path_Delegate