Searched defs:contactPhoto (Results 1 – 6 of 6) sorted by relevance
32 public void setContactPhoto(@Nullable Drawable contactPhoto) { in setContactPhoto()
145 private Drawable contactPhoto; field in FlingUpDownMethod319 public void setContactPhoto(Drawable contactPhoto) { in setContactPhoto()344 ? makeRoundedDrawable(contactPuckBackground.getContext(), contactPhoto, size) in updateContactPuck() local353 private Drawable makeRoundedDrawable(Context context, Drawable contactPhoto, int size) { in makeRoundedDrawable()
43 private final QuickContactBadge contactPhoto; field in CallDetailsHeaderViewHolder
103 Bitmap contactPhoto = TelecomUtils in createCurrentCallExtension() local
60 Bitmap contactPhoto, in CurrentCallExtension()
110 private QuickContactBadge contactPhoto; field in CallComposerActivity