Searched defs:letterTileDrawable (Results 1 – 5 of 5) sorted by relevance
100 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources()); in createAdaptiveIcon() local126 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources()); in createFlatIcon() local
161 LetterTileDrawable letterTileDrawable = createLetterTileDrawable(context, initials, in createLetterTile() local203 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources(), in createLetterTileDrawable() local
127 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(appContext.getResources()); in getDefaultDrawable() local
422 LetterTileDrawable letterTileDrawable = createLetterTile(context, initials, identifier); in setContactBitmapAsync() local446 LetterTileDrawable letterTileDrawable = new LetterTileDrawable(context.getResources(), in createLetterTile() local548 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, initials, in createLetterTile() local
198 private RoundedBitmapDrawable createFromLetterTile(LetterTileDrawable letterTileDrawable, in createFromLetterTile()