Searched refs:letterTileDrawable (Results 1 – 2 of 2) 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()
127 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(appContext.getResources()); in getDefaultDrawable() local141 letterTileDrawable.setCanonicalDialerLetterTileDetails( in getDefaultDrawable()151 return letterTileDrawable; in getDefaultDrawable()