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

  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 113 options.inSampleSize = computeSampleSize(
250 private static int computeSampleSize(BitmapFactory.Options options,
319 options.inSampleSize = computeSampleSize(
494 exifOptions.inSampleSize = computeSampleSize(exifOptions, targetSize, maxPixels);
501 fullOptions.inSampleSize = computeSampleSize(fullOptions, targetSize, maxPixels);
  /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/WallpaperPicker/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/Gallery/src/com/android/camera/
Util.java 102 public static int computeSampleSize(BitmapFactory.Options options,
318 options.inSampleSize = computeSampleSize(
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SinglePhotoDataAdapter.java 96 options.inSampleSize = BitmapUtils.computeSampleSize(
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 175 public static int computeSampleSize(BitmapFactory.Options options,
228 options.inSampleSize = computeSampleSize(
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 137 options.inSampleSize = BitmapUtils.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 205 public static int computeSampleSize(BitmapFactory.Options options,
258 options.inSampleSize = computeSampleSize(
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1409 milliseconds