Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DCanvas.java1221 native_drawArc(mNativeCanvasWrapper, left, top, right, bottom, startAngle, sweepAngle, in drawArc()
2073 private static native void native_drawArc(long nativeCanvas, float left, float top, in native_drawArc() method in Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java645 public static void native_drawArc(long nativeCanvas, in native_drawArc() method in Canvas_Delegate