Merge "Doc fix: update BitmapFactory.Options.inSampleSize javadoc Bug: 8250653" into jb-mr1-dev
This commit is contained in:
@@ -88,9 +88,8 @@ public class BitmapFactory {
|
|||||||
* pixel in the decoded bitmap. For example, inSampleSize == 4 returns
|
* pixel in the decoded bitmap. For example, inSampleSize == 4 returns
|
||||||
* an image that is 1/4 the width/height of the original, and 1/16 the
|
* an image that is 1/4 the width/height of the original, and 1/16 the
|
||||||
* number of pixels. Any value <= 1 is treated the same as 1. Note: the
|
* number of pixels. Any value <= 1 is treated the same as 1. Note: the
|
||||||
* decoder will try to fulfill this request, but the resulting bitmap
|
* decoder uses a final value based on powers of 2, any other value will
|
||||||
* may have different dimensions that precisely what has been requested.
|
* be rounded down to the nearest power of 2.
|
||||||
* Also, powers of 2 are often faster/easier for the decoder to honor.
|
|
||||||
*/
|
*/
|
||||||
public int inSampleSize;
|
public int inSampleSize;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user