Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DHeaderEntryContactListAdapter.java90 public int getPartitionForPosition(int position) { in getPartitionForPosition() method in HeaderEntryContactListAdapter
91 return super.getPartitionForPosition(position - getHeaderEntryCount()); in getPartitionForPosition()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPinnedHeaderListAdapter.java121 int partition = getPartitionForPosition(position); in configurePinnedHeaders()
144 int partition = getPartitionForPosition(position - 1); in configurePinnedHeaders()
DIndexerListAdapter.java165 int partition = getPartitionForPosition(position); in configurePinnedHeaders()
DContactListAdapter.java158 int partitionIndex = getPartitionForPosition(position); in getContactUri()
DPhoneNumberListAdapter.java277 final int partitionIndex = getPartitionForPosition(position); in getDataUri()
DContactEntryListAdapter.java655 int partition = getPartitionForPosition(position); in isUserProfile()
/packages/apps/Dialer/src/com/android/dialer/list/
DRegularSearchListAdapter.java55 final int partitionIndex = getPartitionForPosition(position); in getContactInfo()