Searched refs:mIndexedPartition (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DIndexerListAdapter.java31 private int mIndexedPartition = 0; field in class:IndexerListAdapter
82 return mIndexedPartition;
86 this.mIndexedPartition = partition;
166 if (partition == mIndexedPartition) {
184 int partitionStart = getPositionForPartition(mIndexedPartition);
185 if (hasHeader(mIndexedPartition)) {
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DIndexerListAdapter.java29 private int mIndexedPartition = 0; field in class:IndexerListAdapter
57 return mIndexedPartition;
61 this.mIndexedPartition = partition;
137 if (partition == mIndexedPartition) {
155 int partitionStart = getPositionForPartition(mIndexedPartition);
156 if (hasHeader(mIndexedPartition)) {

Completed in 64 milliseconds