Searched refs:nAddArc (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 608 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/ |
D | Path_Delegate.java | 364 /*package*/ static void nAddArc(long nPath, float left, float top, float right, in nAddArc() method in Path_Delegate
|