Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactDetailsFragment.java141 RoundedBitmapDrawable roundedBitmapDrawable = createFromBitmap( in onContactChanged()
143 toolbar.setLogo(roundedBitmapDrawable); in onContactChanged()
148 RoundedBitmapDrawable roundedBitmapDrawable = createFromLetterTile( in onContactChanged()
150 toolbar.setLogo(roundedBitmapDrawable); in onContactChanged()
190 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createFromBitmap() local
195 roundedBitmapDrawable.setCornerRadius(radius); in createFromBitmap()
196 return roundedBitmapDrawable; in createFromBitmap()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java237 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createLetterTile() local
239 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile()
245 RoundedBitmapDrawable roundedBitmapDrawable, int avatarSize, in createFromRoundedBitmapDrawable() argument
249 roundedBitmapDrawable.setCornerRadius(radius); in createFromRoundedBitmapDrawable()
254 roundedBitmapDrawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight()); in createFromRoundedBitmapDrawable()
255 roundedBitmapDrawable.draw(canvas); in createFromRoundedBitmapDrawable()
256 return roundedBitmapDrawable.getBitmap(); in createFromRoundedBitmapDrawable()
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DIconFactory.java143 RoundedBitmapDrawable roundedBitmapDrawable = in createCircularDrawable() local
145 roundedBitmapDrawable.setCircular(true); in createCircularDrawable()
146 roundedBitmapDrawable.setAntiAlias(true); in createCircularDrawable()
147 return roundedBitmapDrawable; in createCircularDrawable()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DTelecomUtils.java562 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createLetterTile() local
564 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile()
569 public static Icon createFromRoundedBitmapDrawable(RoundedBitmapDrawable roundedBitmapDrawable, in createFromRoundedBitmapDrawable() argument
572 roundedBitmapDrawable.setCornerRadius(radius); in createFromRoundedBitmapDrawable()
577 roundedBitmapDrawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight()); in createFromRoundedBitmapDrawable()
578 roundedBitmapDrawable.draw(canvas); in createFromRoundedBitmapDrawable()
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DNotificationUtils.java68 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in loadContactAvatar() local
73 .createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in loadContactAvatar()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessageNotificationDelegate.java318 RoundedBitmapDrawable roundedBitmapDrawable = in loadAvatarIconAndProcessMessage()
322 .createFromRoundedBitmapDrawable(roundedBitmapDrawable, in loadAvatarIconAndProcessMessage()