diff options
| author | 2018-08-01 11:18:13 -0700 | |
|---|---|---|
| committer | 2018-08-01 11:18:13 -0700 | |
| commit | 39c212abc6fa5fb176df679599ed962951f26001 (patch) | |
| tree | 0f9186e4574d88f06b16b60dbe6bcaee8671339c /graphics/java/android | |
| parent | 38663ab205875109af41f54c8a46915ef1bdc231 (diff) | |
| parent | 902341345b52aea0cda7876525cf0c317900ac45 (diff) | |
Merge "Docs: fixed typo" into pi-dev am: 63e36667da
am: 902341345b
Change-Id: I41d0f700ebf4f6e47af90ca1af6738144f3fc3ff
Diffstat (limited to 'graphics/java/android')
| -rw-r--r-- | graphics/java/android/graphics/Canvas.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/java/android/graphics/Canvas.java b/graphics/java/android/graphics/Canvas.java index 2503381a501f..ef58c8f2bd16 100644 --- a/graphics/java/android/graphics/Canvas.java +++ b/graphics/java/android/graphics/Canvas.java @@ -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 * 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 cy The y-coordinate of the center of the cirle to be drawn - * @param radius The radius 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 circle to be drawn + * @param radius The radius of the circle to be drawn * @param paint The paint used to draw the circle */ public void drawCircle(float cx, float cy, float radius, @NonNull Paint paint) { |