Searched refs:avatar (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Dialer/java/com/android/newbubble/
H A DNewBubble.java58 * Update the avatar from photo.
60 * @param avatar the new photo avatar in the bubble's primary button
62 void updatePhotoAvatar(@NonNull Drawable avatar); argument
65 * Update the avatar.
67 * @param avatar the new avatar in the bubble's primary button
69 void updateAvatar(@NonNull Drawable avatar); argument
H A DNewBubbleInfo.java68 public abstract Builder setAvatar(@Nullable Drawable avatar); argument
/packages/apps/Dialer/java/com/android/newbubble/stub/
H A DNewBubbleStub.java50 public void updatePhotoAvatar(@NonNull Drawable avatar) {} argument
53 public void updateAvatar(@NonNull Drawable avatar) {} argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAccountItemView.java59 mAvatar = (ImageView)findViewById(R.id.avatar);
100 ImageView v = (ImageView) mAvatar.findViewById(R.id.avatar);
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DContactDetailsFragment.java173 public ImageView avatar; field in class:ContactDetailsFragment.ContactDetailViewHolder
182 avatar = v.findViewById(R.id.avatar);
305 TelecomUtils.setContactBitmapAsync(getContext(), viewHolder.avatar,
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
H A DInCallFragment.java110 ImageView avatar = container.findViewById(R.id.avatar);
111 TelecomUtils.setContactBitmapAsync(getContext(), avatar, displayName, number);
/packages/apps/Contacts/src/com/android/contacts/
H A DDynamicShortcuts.java427 final Drawable avatar = ContactPhotoManager.getDefaultAvatarDrawableForContact(
430 // The avatar won't draw unless it thinks it is visible
431 avatar.setVisible(true, true);
433 avatar.setBounds(0, 0, mIconSize, mIconSize);
434 avatar.draw(canvas);
/packages/apps/Dialer/java/com/android/dialer/speeddial/
H A DFavoritesViewHolder.java55 photoView = view.findViewById(R.id.avatar);
H A DSuggestionViewHolder.java49 photoView = view.findViewById(R.id.avatar);

Completed in 163 milliseconds