Searched refs:letterTileDrawable (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Dialer/java/com/android/dialer/shortcuts/ |
H A 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()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/impl/ |
H A D | GlidePhotoManagerImpl.java | 127 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(appContext.getResources()); in getDefaultDrawable() local 141 letterTileDrawable.setCanonicalDialerLetterTileDetails( in getDefaultDrawable() 151 return letterTileDrawable; in getDefaultDrawable()
|
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
H A D | TelecomUtils.java | 487 LetterTileDrawable letterTileDrawable = createLetterTile(context, initials, identifier); in setContactBitmapAsync() local 491 .apply(new RequestOptions().centerCrop().error(letterTileDrawable)) in setContactBitmapAsync() 511 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources(), in createLetterTile() local 513 return letterTileDrawable; in createLetterTile() 620 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, initials, in createLetterTile() local 623 context.getResources(), letterTileDrawable.toBitmap(avatarSize)); in createLetterTile()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/ |
H A D | ContactDetailsFragment.java | 203 private RoundedBitmapDrawable createFromLetterTile(LetterTileDrawable letterTileDrawable, in createFromLetterTile() argument 205 return createFromBitmap(letterTileDrawable.toBitmap(avatarSize), avatarSize); in createFromLetterTile()
|