Searched defs:sweep (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java971 * <p>If the sweep angle is >= 360, then the oval is drawn
973 * treats the sweep angle modulo 360. If the sweep angle is negative,
974 * the sweep angle is treated as sweep angle modulo 360</p>
1690 float startAngle, float sweep,
1689 native_drawArc(int nativeCanvas, RectF oval, float startAngle, float sweep, boolean useCenter, int paint) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java736 final RectF oval, final float startAngle, final float sweep,
747 -startAngle, -sweep,
735 native_drawArc(int nativeCanvas, final RectF oval, final float startAngle, final float sweep, final boolean useCenter, int paint) argument

Completed in 33 milliseconds