Searched defs:resizeBitmapByScale (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java116 public static Bitmap resizeBitmapByScale( method in class:BitmapUtils
146 return resizeBitmapByScale(bitmap, scale, recycle);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
H A DBitmapUtils.java116 public static Bitmap resizeBitmapByScale( method in class:BitmapUtils
146 return resizeBitmapByScale(bitmap, scale, recycle);
/packages/apps/Mms/src/com/android/mms/util/
H A DThumbnailManager.java399 return resizeBitmapByScale(bitmap, scale, recycle);
402 private Bitmap resizeBitmapByScale( method in class:ThumbnailManager.ThumbnailTask
526 return resizeBitmapByScale(bitmap, scale, recycle);

Completed in 134 milliseconds