Searched refs:scaleCenterCrop (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java812 final Bitmap smallBitmap = ImageUtils.scaleCenterCrop(attachmentBitmap, sIconWidth,
825 final Bitmap wearBitmap = ImageUtils.scaleCenterCrop(attachmentBitmap,
/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java825 public static Bitmap scaleCenterCrop(final Bitmap source, final int newWidth, method in class:ImageUtils

Completed in 70 milliseconds