Home
last modified time | relevance | path

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

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