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

Commit 1fbe4aba authored by Wei-Ta Chen's avatar Wei-Ta Chen Committed by Android (Google) Code Review
Browse files

Merge "Unhide inPreferQualityOverSpeed in BitmapFactory.Options."

parents 8028a951 0e007d7a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -75700,6 +75700,16 @@
 visibility="public"
>
</field>
<field name="inPreferQualityOverSpeed"
 type="boolean"
 transient="false"
 volatile="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="inPreferredConfig"
 type="android.graphics.Bitmap.Config"
 transient="false"
+0 −1
Original line number Diff line number Diff line
@@ -210,7 +210,6 @@ public class BitmapFactory {
         * expense of the decoding speed. Currently the field only affects JPEG
         * decode, in the case of which a more accurate, but slightly slower,
         * IDCT method will be used instead.
         * @hide
         */
        public boolean inPreferQualityOverSpeed;