Searched refs:letterTileDrawable (Results 1 – 5 of 5) sorted by relevance
100 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources()); in createAdaptiveIcon() local103 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() local127 letterTileDrawable.setCanonicalDialerLetterTileDetails( in createFlatIcon()129 drawable = letterTileDrawable; in createFlatIcon()
91 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(mContext.getResources()); in setLetterDrawableForContact() local92 letterTileDrawable.setContactDetails(details.displayName, details.displayName); in setLetterDrawableForContact()93 letterTileDrawable.setIsCircular(true); in setLetterDrawableForContact()94 mContactPicture.setImageDrawable(letterTileDrawable); in setLetterDrawableForContact()
112 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(r); in getContactImage() local113 letterTileDrawable.setContactDetails(name, number); in getContactImage()114 letterTileDrawable.setIsCircular(true); in getContactImage()115 return letterTileDrawable.toBitmap(size); in getContactImage()
363 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(r); in setContactBitmapAsync() local364 letterTileDrawable.setContactDetails(name, number); in setContactBitmapAsync()365 letterTileDrawable.setIsCircular(true); in setContactBitmapAsync()366 icon.setImageDrawable(letterTileDrawable); in setContactBitmapAsync()
221 LetterTileDrawable letterTileDrawable = in updateNotificationFor()223 letterTileDrawable.setContactDetails( in updateNotificationFor()225 letterTileDrawable.setIsCircular(true); in updateNotificationFor()226 bitmap = letterTileDrawable.toBitmap( in updateNotificationFor()