HomeSort by relevance Sort by last modified time
    Searched defs:computeSampleSize (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 59 public static int computeSampleSize(int width, int height,
108 public static int computeSampleSize(float scale) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 59 public static int computeSampleSize(int width, int height,
108 public static int computeSampleSize(float scale) {
  /packages/apps/Launcher3/src/com/android/gallery3d/common/
BitmapUtils.java 59 public static int computeSampleSize(int width, int height,
108 public static int computeSampleSize(float scale) {
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 119 options.inSampleSize = computeSampleSize(
256 private static int computeSampleSize(BitmapFactory.Options options,
325 options.inSampleSize = computeSampleSize(
500 exifOptions.inSampleSize = computeSampleSize(exifOptions, targetSize, maxPixels);
507 fullOptions.inSampleSize = computeSampleSize(fullOptions, targetSize, maxPixels);
  /packages/apps/Gallery/src/com/android/camera/
Util.java 102 public static int computeSampleSize(BitmapFactory.Options options,
318 options.inSampleSize = computeSampleSize(
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 175 public static int computeSampleSize(BitmapFactory.Options options,
228 options.inSampleSize = computeSampleSize(
  /packages/apps/Camera/src/com/android/camera/
Util.java 216 public static int computeSampleSize(BitmapFactory.Options options,
269 options.inSampleSize = computeSampleSize(
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 239 public static int computeSampleSize(BitmapFactory.Options options,
292 options.inSampleSize = computeSampleSize(
    [all...]

Completed in 695 milliseconds