Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java718 Bitmap attachmentBitmap = null; in sendNotification() local
759 attachmentBitmap = imageResourceBitmap.copy(config, true); in sendNotification()
766 fireOffNotification(notificationState, attachmentBitmap, avatarIcon, avatarHiRes); in sendNotification()
770 final Bitmap attachmentBitmap, final Bitmap avatarBitmap, Bitmap avatarHiResBitmap) { in fireOffNotification() argument
781 LogUtil.v(TAG, "MMS picture loaded, bitmap: " + attachmentBitmap); in fireOffNotification()
802 if (attachmentBitmap != null) { in fireOffNotification()
812 final Bitmap smallBitmap = ImageUtils.scaleCenterCrop(attachmentBitmap, sIconWidth, in fireOffNotification()
815 .bigPicture(attachmentBitmap) in fireOffNotification()
824 if (attachmentBitmap != null) { in fireOffNotification()
825 final Bitmap wearBitmap = ImageUtils.scaleCenterCrop(attachmentBitmap, in fireOffNotification()