Home
last modified time | relevance | path

Searched refs:computeSampleSizeLarger (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDecodeUtils.java130 options.inSampleSize = BitmapUtils.computeSampleSizeLarger(scale); in decodeThumbnail()
142 options.inSampleSize = BitmapUtils.computeSampleSizeLarger(scale); in decodeThumbnail()
179 options.inSampleSize = BitmapUtils.computeSampleSizeLarger( in decodeIfBigEnough()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java86 public static int computeSampleSizeLarger(int w, int h, in computeSampleSizeLarger() method in BitmapUtils
97 public static int computeSampleSizeLarger(float scale) { in computeSampleSizeLarger() method in BitmapUtils
/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
DUtils.java133 public static int computeSampleSizeLarger(float scale) { in computeSampleSizeLarger() method in Utils
/packages/apps/Gallery2/src/com/android/photos/
DBitmapRegionTileSource.java192 mOptions.inSampleSize = BitmapUtils.computeSampleSizeLarger(scale); in decodePreview()
/packages/apps/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java158 opts.inSampleSize = Utils.computeSampleSizeLarger(scale); in loadInBackground()