Searched refs:roundedBitmapDrawable (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | Utils.java | 163 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createLetterTile() local 165 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile() 171 RoundedBitmapDrawable roundedBitmapDrawable, int avatarSize, in createFromRoundedBitmapDrawable() argument 175 roundedBitmapDrawable.setCornerRadius(radius); in createFromRoundedBitmapDrawable() 180 roundedBitmapDrawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight()); in createFromRoundedBitmapDrawable() 181 roundedBitmapDrawable.draw(canvas); in createFromRoundedBitmapDrawable() 182 return roundedBitmapDrawable.getBitmap(); in createFromRoundedBitmapDrawable()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/ |
D | ContactDetailsFragment.java | 139 RoundedBitmapDrawable roundedBitmapDrawable = createFromBitmap( in onContactChanged() 141 toolbar.setLogo(roundedBitmapDrawable); in onContactChanged() 146 RoundedBitmapDrawable roundedBitmapDrawable = createFromLetterTile( in onContactChanged() 148 toolbar.setLogo(roundedBitmapDrawable); in onContactChanged() 204 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createFromBitmap() local 209 roundedBitmapDrawable.setCornerRadius(radius); in createFromBitmap() 210 return roundedBitmapDrawable; in createFromBitmap()
|
/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
D | IconFactory.java | 143 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/ |
D | TelecomUtils.java | 550 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createLetterTile() local 552 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile() 557 public static Icon createFromRoundedBitmapDrawable(RoundedBitmapDrawable roundedBitmapDrawable, in createFromRoundedBitmapDrawable() argument 560 roundedBitmapDrawable.setCornerRadius(radius); in createFromRoundedBitmapDrawable() 565 roundedBitmapDrawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight()); in createFromRoundedBitmapDrawable() 566 roundedBitmapDrawable.draw(canvas); in createFromRoundedBitmapDrawable()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
D | NotificationUtils.java | 68 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in loadContactAvatar() local 73 .createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in loadContactAvatar()
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/ |
D | MessengerDelegate.java | 319 RoundedBitmapDrawable roundedBitmapDrawable = in updateNotificationWithIcon() 323 .createFromRoundedBitmapDrawable(roundedBitmapDrawable, mBitmapSize, in updateNotificationWithIcon()
|