Searched defs:inSampleSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java81 * sized bitmaps are supported, with {@link #inSampleSize} set to 1.
121 * pixel in the decoded bitmap. For example, inSampleSize == 4 returns
127 public int inSampleSize; field in class:BitmapFactory.Options
251 * based on density. (though {@link #inSampleSize} is supported)</p>

Completed in 67 milliseconds