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

Commit cab02c5b authored by Mark Lu's avatar Mark Lu Committed by android-build-merger
Browse files

docs: update description for BitmapFactory.Options#inBitmap am: a8f42862 am:...

docs: update description for BitmapFactory.Options#inBitmap am: a8f42862 am: 58d24b22 am: 2b77de3a
am: f34e9fc4

Change-Id: I856c71a7b0dd930ecc0b5cc8805060a65a197324
parents f77c05b9 f34e9fc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@ public class BitmapFactory {
        /**
         * If set, decode methods that take the Options object will attempt to
         * reuse this bitmap when loading content. If the decode operation
         * cannot use this bitmap, the decode method will return
         * <code>null</code> and will throw an IllegalArgumentException. The
         * cannot use this bitmap, the decode method will throw an
         * {@link java.lang.IllegalArgumentException}. The
         * current implementation necessitates that the reused bitmap be
         * mutable, and the resulting reused bitmap will continue to remain
         * mutable even when decoding a resource which would normally result in