Home
last modified time | relevance | path

Searched defs:bindPhoto (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DMultiSelectEntryContactListAdapter.java167 protected void bindPhoto(final ContactListItemView view, final Cursor cursor, in bindPhoto() method in MultiSelectEntryContactListAdapter
H A DPostalAddressListAdapter.java160 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in PostalAddressListAdapter
H A DEmailAddressListAdapter.java169 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in EmailAddressListAdapter
H A DContactListAdapter.java244 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto() method in ContactListAdapter
H A DPhoneNumberListAdapter.java533 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto() method in PhoneNumberListAdapter
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java414 private void bindPhoto(Drawable drawable) { in bindPhoto() method in PhotoViewFragment
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java517 public void bindPhoto(Bitmap photoBitmap) { in bindPhoto() method in PhotoView