Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DHeaderEntryContactListAdapter.java87 public int getPartitionForPosition(int position) { in getPartitionForPosition() method in HeaderEntryContactListAdapter
88 return super.getPartitionForPosition(position - getHeaderEntryCount()); in getPartitionForPosition()
DPinnedHeaderListAdapter.java121 int partition = getPartitionForPosition(position); in configurePinnedHeaders()
144 int partition = getPartitionForPosition(position - 1); in configurePinnedHeaders()
DMultiSelectContactsListFragment.java151 final int partition = getAdapter().getPartitionForPosition(position); in onItemLongClick()
254 searchState.selectedPartition = adapter.getPartitionForPosition(selectedPosition); in createSearchState()
DIndexerListAdapter.java165 int partition = getPartitionForPosition(position); in configurePinnedHeaders()
DContactListAdapter.java164 int partitionIndex = getPartitionForPosition(position); in getContactUri()
DPhoneNumberListAdapter.java338 final int partitionIndex = getPartitionForPosition(position); in getDataUri()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DPinnedHeaderListAdapter.java112 int partition = getPartitionForPosition(position); in configurePinnedHeaders()
134 int partition = getPartitionForPosition(position - 1); in configurePinnedHeaders()
DIndexerListAdapter.java136 int partition = getPartitionForPosition(position); in configurePinnedHeaders()
DContactEntryListAdapter.java638 int partition = getPartitionForPosition(position); in isUserProfile()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DRegularSearchListAdapter.java48 (DirectoryPartition) getPartition(getPartitionForPosition(position)); in getContactInfo()