Searched refs:letterTileDrawable (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
D | IconFactory.java | 100 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources()); in createAdaptiveIcon() local 103 letterTileDrawable.setScale(1f / (1f + AdaptiveIconDrawable.getExtraInsetFraction())); in createAdaptiveIcon() 104 letterTileDrawable.setCanonicalDialerLetterTileDetails( in createAdaptiveIcon() 115 DrawableConverter.drawableToBitmap(letterTileDrawable, iconSize, iconSize)); in createAdaptiveIcon() 126 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources()); in createFlatIcon() local 127 letterTileDrawable.setCanonicalDialerLetterTileDetails( in createFlatIcon() 129 drawable = letterTileDrawable; in createFlatIcon()
|
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | Utils.java | 161 LetterTileDrawable letterTileDrawable = createLetterTileDrawable(context, initials, in createLetterTile() local 164 context.getResources(), letterTileDrawable.toBitmap(avatarSize)); in createLetterTile() 203 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources(), in createLetterTileDrawable() local 205 return letterTileDrawable; in createLetterTileDrawable()
|
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
D | TelecomUtils.java | 422 LetterTileDrawable letterTileDrawable = createLetterTile(context, initials, identifier); in setContactBitmapAsync() local 426 .apply(new RequestOptions().centerCrop().error(letterTileDrawable)) in setContactBitmapAsync() 446 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources(), in createLetterTile() local 448 return letterTileDrawable; in createLetterTile() 548 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, initials, in createLetterTile() local 551 context.getResources(), letterTileDrawable.toBitmap(avatarSize)); in createLetterTile()
|
/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/impl/ |
D | GlidePhotoManagerImpl.java | 127 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(appContext.getResources()); in getDefaultDrawable() local 141 letterTileDrawable.setCanonicalDialerLetterTileDetails( in getDefaultDrawable() 151 return letterTileDrawable; in getDefaultDrawable()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/ |
D | ContactDetailsFragment.java | 198 private RoundedBitmapDrawable createFromLetterTile(LetterTileDrawable letterTileDrawable, in createFromLetterTile() argument 200 return createFromBitmap(letterTileDrawable.toBitmap(avatarSize), avatarSize); in createFromLetterTile()
|