docs: update description for BitmapFactory.Options#inBitmap

bug: 18730109
Change-Id: Iab062d41af3a32208d3500179d3737278a035188
This commit is contained in:
Mark Lu
2016-12-16 15:43:27 -08:00
parent 8cc9f081aa
commit a8f4286272

View File

@ -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