Searched refs:roundedBitmapDrawable (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/ |
D | ContactDetailsFragment.java | 149 RoundedBitmapDrawable roundedBitmapDrawable = createFromBitmap( in onContactChanged() 151 toolbar.setLogo(roundedBitmapDrawable); in onContactChanged() 156 RoundedBitmapDrawable roundedBitmapDrawable = createFromLetterTile( in onContactChanged() 158 toolbar.setLogo(roundedBitmapDrawable); in onContactChanged() 198 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createFromBitmap() local 203 roundedBitmapDrawable.setCornerRadius(radius); in createFromBitmap() 204 return roundedBitmapDrawable; in createFromBitmap()
|
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | Utils.java | 240 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createLetterTile() local 242 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile() 248 RoundedBitmapDrawable roundedBitmapDrawable, int avatarSize, in createFromRoundedBitmapDrawable() argument 252 roundedBitmapDrawable.setCornerRadius(radius); in createFromRoundedBitmapDrawable() 257 roundedBitmapDrawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight()); in createFromRoundedBitmapDrawable() 258 roundedBitmapDrawable.draw(canvas); in createFromRoundedBitmapDrawable() 259 return roundedBitmapDrawable.getBitmap(); in createFromRoundedBitmapDrawable()
|
/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 | 629 RoundedBitmapDrawable roundedBitmapDrawable = RoundedBitmapDrawableFactory.create( in createLetterTile() local 631 return createFromRoundedBitmapDrawable(roundedBitmapDrawable, avatarSize, in createLetterTile() 636 public static Icon createFromRoundedBitmapDrawable(RoundedBitmapDrawable roundedBitmapDrawable, in createFromRoundedBitmapDrawable() argument 639 roundedBitmapDrawable.setCornerRadius(radius); in createFromRoundedBitmapDrawable() 644 roundedBitmapDrawable.setBounds(0, 0, canvas.getWidth(), canvas.getHeight()); in createFromRoundedBitmapDrawable() 645 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()
|