Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallFragment.java102 LetterTileDrawable letterTile = TelecomUtils.createLetterTile( in bindUserProfileView() local
108 .apply(new RequestOptions().centerCrop().error(letterTile)) in bindUserProfileView()
121 mBackgroundImage.setBackgroundColor(letterTile.getColor()); in bindUserProfileView()
122 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.java409 LetterTileDrawable letterTile = new LetterTileDrawable(getResources()); in updateAvatar() local
410 letterTile.setCanonicalDialerLetterTileDetails( in updateAvatar()
420 adapter.setAvatarDrawable(letterTile); in updateAvatar()