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