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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DActionImage.java68 bitmap = BitmapUtils.resizeDownBySideLength(bitmap, targetSize, true);
H A DImageCacheRequest.java90 bitmap = BitmapUtils.resizeDownBySideLength(bitmap, mTargetSize, true);
H A DUriImage.java206 bitmap = BitmapUtils.resizeDownBySideLength(bitmap, targetSize, true);
/packages/apps/Mms/src/com/android/mms/util/
H A DThumbnailManager.java347 bitmap = resizeDownBySideLength(bitmap, THUMBNAIL_TARGET_SIZE, true);
390 private Bitmap resizeDownBySideLength( method in class:ThumbnailManager.ThumbnailTask
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java139 public static Bitmap resizeDownBySideLength( method in class:BitmapUtils

Completed in 373 milliseconds