Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39c212ab authored by Laura Davis's avatar Laura Davis Committed by android-build-merger
Browse files

Merge "Docs: fixed typo" into pi-dev am: 63e36667

am: 90234134

Change-Id: I41d0f700ebf4f6e47af90ca1af6738144f3fc3ff
parents 38663ab2 90234134
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -1600,9 +1600,9 @@ public class Canvas extends BaseCanvas {
     * Draw the specified circle using the specified paint. If radius is <= 0, then nothing will be
     * Draw the specified circle using the specified paint. If radius is <= 0, then nothing will be
     * drawn. The circle will be filled or framed based on the Style in the paint.
     * drawn. The circle will be filled or framed based on the Style in the paint.
     *
     *
     * @param cx The x-coordinate of the center of the cirle to be drawn
     * @param cx The x-coordinate of the center of the circle to be drawn
     * @param cy The y-coordinate of the center of the cirle to be drawn
     * @param cy The y-coordinate of the center of the circle to be drawn
     * @param radius The radius of the cirle to be drawn
     * @param radius The radius of the circle to be drawn
     * @param paint The paint used to draw the circle
     * @param paint The paint used to draw the circle
     */
     */
    public void drawCircle(float cx, float cy, float radius, @NonNull Paint paint) {
    public void drawCircle(float cx, float cy, float radius, @NonNull Paint paint) {