Home
last modified time | relevance | path

Searched refs:contactPhoto (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsHeaderViewHolder.java59 private final QuickContactBadge contactPhoto; field in CallDetailsHeaderViewHolder
80 contactPhoto = container.findViewById(R.id.quick_contact_photo); in CallDetailsHeaderViewHolder()
96 contactPhoto, InteractionEvent.Type.OPEN_QUICK_CONTACT_FROM_CALL_DETAILS, true); in CallDetailsHeaderViewHolder()
154 contactPhoto, in updateContactInfo()
197 .loadQuickContactBadge(contactPhoto, headerInfo.getPhotoInfo()); in updateContactInfo()
/packages/apps/Dialer/java/com/android/dialer/widget/
DContactPhotoView.java38 private final QuickContactBadge contactPhoto; field in ContactPhotoView
63 contactPhoto = findViewById(R.id.quick_contact_photo); in ContactPhotoView()
101 glidePhotoManager.loadQuickContactBadge(contactPhoto, photoInfo); in setPhoto()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java146 private Drawable contactPhoto; field in FlingUpDownMethod
326 public void setContactPhoto(Drawable contactPhoto) { in setContactPhoto() argument
327 this.contactPhoto = contactPhoto; in setContactPhoto()
353 ? makeRoundedDrawable(contactPuckBackground.getContext(), contactPhoto, size) in updateContactPuck() local
362 private Drawable makeRoundedDrawable(Context context, Drawable contactPhoto, int size) { in makeRoundedDrawable() argument
363 return DrawableConverter.getRoundedDrawable(context, contactPhoto, size, size); in makeRoundedDrawable()
368 && contactPhoto != null; in shouldShowPhotoInPuck()
DAnswerMethod.java32 public void setContactPhoto(@Nullable Drawable contactPhoto) { in setContactPhoto() argument
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java140 private QuickContactBadge contactPhoto; field in CallComposerActivity
178 contactPhoto = findViewById(R.id.contact_photo); in onCreate()
599 contactPhoto, in updateContactInfo()