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

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

Completed in 10 milliseconds