Home
last modified time | relevance | path

Searched refs:getPartitionForPosition (Results 1 – 6 of 6) 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()