Home
last modified time | relevance | path

Searched refs:letterTileDrawable (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DIconFactory.java100 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-telephony-common/src/com/android/car/telephony/common/
DTelecomUtils.java434 LetterTileDrawable letterTileDrawable = createLetterTile(context, initials, identifier); in setContactBitmapAsync() local
438 .apply(new RequestOptions().centerCrop().error(letterTileDrawable)) in setContactBitmapAsync()
458 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources(), in createLetterTile() local
460 return letterTileDrawable; in createLetterTile()
560 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, initials, in createLetterTile() local
563 context.getResources(), letterTileDrawable.toBitmap(avatarSize)); in createLetterTile()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java235 LetterTileDrawable letterTileDrawable = createLetterTileDrawable(context, initials, in createLetterTile() local
238 context.getResources(), letterTileDrawable.toBitmap(avatarSize)); in createLetterTile()
277 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources(), in createLetterTileDrawable() local
279 return letterTileDrawable; in createLetterTileDrawable()
/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/impl/
DGlidePhotoManagerImpl.java127 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/
DContactDetailsFragment.java184 private RoundedBitmapDrawable createFromLetterTile(LetterTileDrawable letterTileDrawable, in createFromLetterTile() argument
186 return createFromBitmap(letterTileDrawable.toBitmap(avatarSize), avatarSize); in createFromLetterTile()