Searched refs:letterTile (Results 1 – 6 of 6) sorted by relevance
103 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, null, null); in bind() local105 mAvatarView.setImageDrawable(letterTile); in bind()110 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()121 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, in bind() local125 .apply(new RequestOptions().centerCrop().error(letterTile)) in bind()143 mAvatarView.setImageDrawable(letterTile); in bind()148 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()
127 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(getContext(), in onContactChanged() local134 .apply(new RequestOptions().override(avatarSize).error(letterTile)) in onContactChanged()147 letterTile, avatarSize); in onContactChanged()
127 LetterTileDrawable letterTile = TelecomUtils.createLetterTile( in bindUserProfileView()132 .apply(new RequestOptions().centerCrop().error(letterTile)) in bindUserProfileView()147 mBackgroundImage.setBackgroundColor(letterTile.getColor()); in bindUserProfileView()148 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()
408 LetterTileDrawable letterTile = new LetterTileDrawable(getResources()); in updateAvatar() local409 letterTile.setCanonicalDialerLetterTileDetails( in updateAvatar()419 adapter.setAvatarDrawable(letterTile); in updateAvatar()