Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1136 wearableExtender.setBackground(firstResult.contactIconInfo.wearableBg); in configureLatestEventInfoFromConversation()
1160 wearableExtender.setBackground(result.contactIconInfo.wearableBg); in configureLatestEventInfoFromConversation()
1733 if (contactIconInfo.wearableBg == null) { in getContactIcon()
1734 contactIconInfo.wearableBg = getDefaultWearableBg(context); in getContactIcon()
1794 contactIconInfo.wearableBg = Bitmap.createScaledBitmap(source, in getContactInfo()
2039 public Bitmap wearableBg; field in NotificationUtils.ContactIconInfo