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.java120 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, null, null); in bind() local
122 mAvatarView.setImageDrawable(letterTile); in bind()
127 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()
138 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, in bind() local
142 .apply(new RequestOptions().centerCrop().error(letterTile)) in bind()
150 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()
DContactDetailsFragment.java137 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(getContext(), in onContactChanged() local
144 .apply(new RequestOptions().override(avatarSize).error(letterTile)) in onContactChanged()
157 letterTile, avatarSize); in onContactChanged()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallFragment.java139 LetterTileDrawable letterTile = TelecomUtils.createLetterTile( in updateProfileInfo() local
144 .apply(new RequestOptions().centerCrop().error(letterTile)) in updateProfileInfo()
151 mBackgroundImage.setBackgroundColor(letterTile.getColor()); in updateProfileInfo()
/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()