Searched refs:letterTile (Results 1 – 6 of 6) sorted by relevance
120 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, null, null); in bind() local122 mAvatarView.setImageDrawable(letterTile); in bind()127 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()138 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, in bind() local142 .apply(new RequestOptions().centerCrop().error(letterTile)) in bind()150 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()
137 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(getContext(), in onContactChanged() local144 .apply(new RequestOptions().override(avatarSize).error(letterTile)) in onContactChanged()157 letterTile, avatarSize); in onContactChanged()
139 LetterTileDrawable letterTile = TelecomUtils.createLetterTile( in updateProfileInfo() local144 .apply(new RequestOptions().centerCrop().error(letterTile)) in updateProfileInfo()151 mBackgroundImage.setBackgroundColor(letterTile.getColor()); in updateProfileInfo()
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()