Searched refs:bindSectionHeaderAndDivider (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersAdapter.java | 150 bindSectionHeaderAndDivider(view, position); in bindView() 157 protected void bindSectionHeaderAndDivider(ContactListItemView view, int position) { in bindSectionHeaderAndDivider() method in GroupMembersAdapter
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PostalAddressListAdapter.java | 126 bindSectionHeaderAndDivider(view, position); in bindView() 146 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider() method in PostalAddressListAdapter
|
D | EmailAddressListAdapter.java | 135 bindSectionHeaderAndDivider(view, position); in bindView() 155 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider() method in EmailAddressListAdapter
|
D | PhoneNumberListAdapter.java | 444 bindSectionHeaderAndDivider(view, position); in bindView() 503 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider() method in PhoneNumberListAdapter
|
D | JoinContactListAdapter.java | 193 bindSectionHeaderAndDivider(view, position, cursor); in bindView()
|
D | DefaultContactListAdapter.java | 246 bindSectionHeaderAndDivider(view, position, cursor); in bindView()
|
D | ContactListAdapter.java | 233 protected void bindSectionHeaderAndDivider(ContactListItemView view, int position, in bindSectionHeaderAndDivider() method in ContactListAdapter
|