HomeSort by relevance Sort by last modified time
    Searched refs:partitionStart (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
IndexerListAdapter.java 184 int partitionStart = getPositionForPartition(mIndexedPartition);
186 partitionStart++;
190 int nextSectionPosition = partitionStart + getPositionForSection(section + 1);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
IndexerListAdapter.java 155 int partitionStart = getPositionForPartition(mIndexedPartition);
157 partitionStart++;
161 int nextSectionPosition = partitionStart + getPositionForSection(section + 1);

Completed in 97 milliseconds