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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 116 public static Bitmap resizeBitmapByScale(
146 return resizeBitmapByScale(bitmap, scale, recycle);
  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 399 return resizeBitmapByScale(bitmap, scale, recycle);
402 private Bitmap resizeBitmapByScale(
519 return resizeBitmapByScale(bitmap, scale, recycle);

Completed in 291 milliseconds