Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java165 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile()
170 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.java552 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile()
557 public static Icon createFromRoundedBitmapDrawable(RoundedBitmapDrawable roundedBitmapDrawable, in createFromRoundedBitmapDrawable() method
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java323 .createFromRoundedBitmapDrawable(roundedBitmapDrawable, mBitmapSize, in updateNotificationWithIcon()