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

Commit 646b64cf authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Load opaque assets in RGB-565 until Bitmap.hasAlpha() works properly."

parents 495111ea 4b7cc640
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -69,11 +69,8 @@ public class BitmapFactory {
         * the decoder will try to pick the best matching config based on the
         * system's screen depth, and characteristics of the original image such
         * as if it has per-pixel alpha (requiring a config that also does).
         * 
         * The configuration is set to {@link android.graphics.Bitmap.Config#ARGB_8888}
         * by default.
         */
        public Bitmap.Config inPreferredConfig = Bitmap.Config.ARGB_8888;
        public Bitmap.Config inPreferredConfig;

        /**
         * If dither is true, the decoder will attempt to dither the decoded