diff options
| author | 2016-12-17 02:28:22 +0000 | |
|---|---|---|
| committer | 2016-12-17 02:28:22 +0000 | |
| commit | 2b77de3a445dba1e49ffa5cb7ad3f10c5cf22d6c (patch) | |
| tree | 090bcf0d334fbcd5c1169486b0e0b8c60b48af86 | |
| parent | 868a859fd7fd774badbd42ba7c4d1a8439e7c1e4 (diff) | |
| parent | 58d24b22ed6677edde11a6852d0b6b4888bc3f70 (diff) | |
docs: update description for BitmapFactory.Options#inBitmap am: a8f4286272
am: 58d24b22ed
Change-Id: I8e3a23304924623e2379155dcc7df1f739a5b7f0
| -rw-r--r-- | graphics/java/android/graphics/BitmapFactory.java | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/graphics/java/android/graphics/BitmapFactory.java b/graphics/java/android/graphics/BitmapFactory.java index 447a4c4e8345..4afe438c686f 100644 --- a/graphics/java/android/graphics/BitmapFactory.java +++ b/graphics/java/android/graphics/BitmapFactory.java @@ -49,8 +49,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 |