diff options
| author | 2023-02-02 19:01:26 +0000 | |
|---|---|---|
| committer | 2023-02-02 19:01:26 +0000 | |
| commit | 2eae0d9f54586d8864cb714a5be1425402d6696b (patch) | |
| tree | b531ff5472c809cded7a0b2cf15e96fa75821f42 | |
| parent | 1ba51e8e6d4679766ff325d2a2533e6772c86a42 (diff) | |
| parent | 4ae9e0cbe78705ccf3b1d828f57b3d42d2c3de9f (diff) | |
Merge "docs: Fixing bad summary fragment in Canvas.isOpaque()"
| -rw-r--r-- | graphics/java/android/graphics/Canvas.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/Canvas.java b/graphics/java/android/graphics/Canvas.java index 42c892a240b6..e7814cbd67e7 100644 --- a/graphics/java/android/graphics/Canvas.java +++ b/graphics/java/android/graphics/Canvas.java @@ -241,7 +241,7 @@ public class Canvas extends BaseCanvas { /** * Return true if the device that the current layer draws into is opaque - * (i.e. does not support per-pixel alpha). + * (that is, it does not support per-pixel alpha). * * @return true if the device that the current layer draws into is opaque */ |