Home
last modified time | relevance | path

Searched refs:letterTile (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactDetailsViewHolder.java103 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, null, null); in bind() local
105 mAvatarView.setImageDrawable(letterTile); in bind()
110 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()
121 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, in bind() local
125 .apply(new RequestOptions().centerCrop().error(letterTile)) in bind()
143 mAvatarView.setImageDrawable(letterTile); in bind()
148 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()
DContactDetailsFragment.java127 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(getContext(), in onContactChanged() local
134 .apply(new RequestOptions().override(avatarSize).error(letterTile)) in onContactChanged()
147 letterTile, avatarSize); in onContactChanged()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallFragment.java127 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()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java96 private final LetterTileDrawable letterTile; field in ContactGridManager
121 letterTile = new LetterTileDrawable(context.getResources()); in ContactGridManager()
357 letterTile.setCanonicalDialerLetterTileDetails( in loadPhotoWithLegacy()
372 avatarImageView.setBackground(letterTile); in loadPhotoWithLegacy()
/packages/apps/Dialer/java/com/android/incallui/
DReturnToCallController.java379 LetterTileDrawable letterTile = new LetterTileDrawable(context.getResources()); in createLettleTileDrawable() local
380 letterTile.setCanonicalDialerLetterTileDetails( in createLettleTileDrawable()
390 return letterTile; in createLettleTileDrawable()
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatFragment.java408 LetterTileDrawable letterTile = new LetterTileDrawable(getResources()); in updateAvatar() local
409 letterTile.setCanonicalDialerLetterTileDetails( in updateAvatar()
419 adapter.setAvatarDrawable(letterTile); in updateAvatar()