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

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

Completed in 207 milliseconds