Merge "docs: Fixing bad summary fragment in Canvas.isOpaque()"

This commit is contained in:
Andrew Solovay
2023-02-02 19:01:26 +00:00
committed by Android (Google) Code Review

View File

@@ -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
*/