Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java242 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile()
247 private static Bitmap createFromRoundedBitmapDrawable( in createFromRoundedBitmapDrawable() method in Utils
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DNotificationUtils.java73 .createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in loadContactAvatar()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DTelecomUtils.java631 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile()
636 public static Icon createFromRoundedBitmapDrawable(RoundedBitmapDrawable roundedBitmapDrawable, in createFromRoundedBitmapDrawable() method in TelecomUtils