Searched refs:letterTile (Results 1 – 4 of 4) sorted by relevance
102 LetterTileDrawable letterTile = TelecomUtils.createLetterTile( in bindUserProfileView() local108 .apply(new RequestOptions().centerCrop().error(letterTile)) in bindUserProfileView()121 mBackgroundImage.setBackgroundColor(letterTile.getColor()); in bindUserProfileView()122 mAvatarView.setImageDrawable(letterTile); in bindUserProfileView()
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()
409 LetterTileDrawable letterTile = new LetterTileDrawable(getResources()); in updateAvatar() local410 letterTile.setCanonicalDialerLetterTileDetails( in updateAvatar()420 adapter.setAvatarDrawable(letterTile); in updateAvatar()