Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersAdapter.java150 bindSectionHeaderAndDivider(view, position); in bindView()
157 protected void bindSectionHeaderAndDivider(ContactListItemView view, int position) { in bindSectionHeaderAndDivider() method in GroupMembersAdapter
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DPostalAddressListAdapter.java126 bindSectionHeaderAndDivider(view, position); in bindView()
146 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider() method in PostalAddressListAdapter
H A DEmailAddressListAdapter.java135 bindSectionHeaderAndDivider(view, position); in bindView()
155 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider() method in EmailAddressListAdapter
H A DJoinContactListAdapter.java193 bindSectionHeaderAndDivider(view, position, cursor); in bindView()
H A DPhoneNumberListAdapter.java444 bindSectionHeaderAndDivider(view, position); in bindView()
503 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider() method in PhoneNumberListAdapter
H A DDefaultContactListAdapter.java246 bindSectionHeaderAndDivider(view, position, cursor); in bindView()
H A DContactListAdapter.java233 protected void bindSectionHeaderAndDivider(ContactListItemView view, int position, in bindSectionHeaderAndDivider() method in ContactListAdapter