Searched refs:letterTile (Results 1 – 3 of 3) sorted by relevance
96 private final LetterTileDrawable letterTile; field in ContactGridManager121 letterTile = new LetterTileDrawable(context.getResources()); in ContactGridManager()357 letterTile.setCanonicalDialerLetterTileDetails( in loadPhotoWithLegacy()372 avatarImageView.setBackground(letterTile); in loadPhotoWithLegacy()
379 LetterTileDrawable letterTile = new LetterTileDrawable(context.getResources()); in createLettleTileDrawable() local380 letterTile.setCanonicalDialerLetterTileDetails( in createLettleTileDrawable()390 return letterTile; in createLettleTileDrawable()
408 LetterTileDrawable letterTile = new LetterTileDrawable(getResources()); in updateAvatar() local409 letterTile.setCanonicalDialerLetterTileDetails( in updateAvatar()419 adapter.setAvatarDrawable(letterTile); in updateAvatar()