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

Commit be25d91e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix javadoc typo for Bitmap.Config.RGBA_F16"

parents 0b990180 786b37b0
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}.
         *