Home
last modified time | relevance | path

Searched refs:setPhotoPosition (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberPickerFragment.java233 setPhotoPosition(adapter); in configureAdapter()
236 protected void setPhotoPosition(ContactEntryListAdapter adapter) { in setPhotoPosition() method in PhoneNumberPickerFragment
237 ((PhoneNumberListAdapter) adapter).setPhotoPosition(mPhotoPosition); in setPhotoPosition()
282 public void setPhotoPosition(ContactListItemView.PhotoPosition photoPosition) { in setPhotoPosition() method in PhoneNumberPickerFragment
287 adapter.setPhotoPosition(photoPosition); in setPhotoPosition()
H A DLegacyPhoneNumberPickerFragment.java54 protected void setPhotoPosition(ContactEntryListAdapter adapter) { in setPhotoPosition() method in LegacyPhoneNumberPickerFragment
64 public void setPhotoPosition(ContactListItemView.PhotoPosition photoPosition) { in setPhotoPosition() method in LegacyPhoneNumberPickerFragment
H A DContactListAdapter.java119 public void setPhotoPosition(ContactListItemView.PhotoPosition photoPosition) { in setPhotoPosition() method in ContactListAdapter
228 view.setPhotoPosition(mPhotoPosition); in newView()
H A DJoinContactListFragment.java147 adapter.setPhotoPosition(ContactListItemView.getDefaultPhotoPosition(false /* opposite */)); in createListAdapter()
H A DPhoneNumberListAdapter.java379 view.setPhotoPosition(mPhotoPosition); in newView()
562 public void setPhotoPosition(ContactListItemView.PhotoPosition photoPosition) { in setPhotoPosition() method in PhoneNumberListAdapter
H A DDefaultContactBrowseListFragment.java407 adapter.setPhotoPosition( in createListAdapter()
H A DContactListItemView.java1847 public void setPhotoPosition(PhotoPosition photoPosition) { in setPhotoPosition() method in ContactListItemView