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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java59 public static int computeSampleSize(int width, int height, method in class:BitmapUtils
108 public static int computeSampleSize(float scale) { method in class:BitmapUtils
/packages/apps/Gallery/src/com/android/camera/
H A DUtil.java102 public static int computeSampleSize(BitmapFactory.Options options, method in class:Util
318 options.inSampleSize = computeSampleSize(
/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java175 public static int computeSampleSize(BitmapFactory.Options options, method in class:Util
228 options.inSampleSize = computeSampleSize(
/packages/apps/Camera/src/com/android/camera/
H A DUtil.java216 public static int computeSampleSize(BitmapFactory.Options options, method in class:Util
269 options.inSampleSize = computeSampleSize(

Completed in 200 milliseconds