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()
313 LetterTileDrawable letterTileDrawable = createLetterTile(context, displayName); in setContactBitmapAsync() local318 .apply(new RequestOptions().centerCrop().error(letterTileDrawable)) in setContactBitmapAsync()325 icon.setImageDrawable(letterTileDrawable); in setContactBitmapAsync()330 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources()); in createLetterTile() local331 letterTileDrawable.setContactDetails(displayName, displayName); in createLetterTile()332 return letterTileDrawable; in createLetterTile()
84 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, displayName); in createLetterTile() local85 letterTileDrawable.setIsCircular(true); in createLetterTile()86 return Icon.createWithBitmap(letterTileDrawable.toBitmap(avatarSize)); in createLetterTile()
127 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(appContext.getResources()); in getDefaultDrawable() local141 letterTileDrawable.setCanonicalDialerLetterTileDetails( in getDefaultDrawable()151 return letterTileDrawable; in getDefaultDrawable()
365 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(mContext.getResources()); in letterTileBitmap() local366 letterTileDrawable.setContactDetails(senderName, senderName); in letterTileBitmap()367 letterTileDrawable.setIsCircular(true); in letterTileBitmap()372 return letterTileDrawable.toBitmap(bitmapSize); in letterTileBitmap()