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

Commit 786b37b0 authored by Piotr Fusik's avatar Piotr Fusik
Browse files

Fix javadoc typo for Bitmap.Config.RGBA_F16



Signed-off-by: default avatarPiotr Fusik <piotr.fusik@gmail.com>
Change-Id: I5152f9888eeb9f0ece6e89b51e25905b175e906a
parent a303ea13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -519,7 +519,7 @@ public final class Bitmap implements Parcelable {
        ARGB_8888   (5),

        /**
         * Each pixels is stored on 8 bytes. Each channel (RGB and alpha
         * Each pixel is stored on 8 bytes. Each channel (RGB and alpha
         * for translucency) is stored as a
         * {@link android.util.Half half-precision floating point value}.
         *