Searched refs:bindPhoto (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | EmailAddressListAdapter.java | 131 bindPhoto(view, cursor); in bindView() 170 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in EmailAddressListAdapter
|
D | PostalAddressListAdapter.java | 121 bindPhoto(view, cursor); in bindView() 160 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in PostalAddressListAdapter
|
D | JoinContactListAdapter.java | 185 bindPhoto(view, partition, cursor); in bindView() 192 bindPhoto(view, partition, cursor); in bindView()
|
D | PhoneNumberListAdapter.java | 263 bindPhoto(view, cursor); in bindView() 307 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto() method in PhoneNumberListAdapter
|
D | DefaultContactListAdapter.java | 203 bindPhoto(view, partition, cursor); in bindView()
|
D | ContactListAdapter.java | 215 protected void bindPhoto(final ContactListItemView view, int partitionIndex, Cursor cursor) { in bindPhoto() method in ContactListAdapter
|