Searched refs:nAddArc (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 627 nAddArc(mNativePath, left, top, right, bottom, startAngle, sweepAngle); in addArc() 855 private static native void nAddArc(long nPath, float left, float top, float right, float bottom, in nAddArc() method in Path
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 368 /*package*/ static void nAddArc(long nPath, float left, float top, float right, in nAddArc() method in Path_Delegate
|