Home
last modified time | relevance | path

Searched defs: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
126 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources()); in createFlatIcon() local
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java235 LetterTileDrawable letterTileDrawable = createLetterTileDrawable(context, initials, in createLetterTile() local
277 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources(), in createLetterTileDrawable() local
/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/impl/
DGlidePhotoManagerImpl.java127 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(appContext.getResources()); in getDefaultDrawable() local
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DTelecomUtils.java434 LetterTileDrawable letterTileDrawable = createLetterTile(context, initials, identifier); in setContactBitmapAsync() local
458 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources(), in createLetterTile() local
560 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, initials, in createLetterTile() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactDetailsFragment.java184 private RoundedBitmapDrawable createFromLetterTile(LetterTileDrawable letterTileDrawable, in createFromLetterTile()