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

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListAdapter.java33 private ContactSectionIndexer mSectionIndexer; field in class:ContactListAdapter
41 mSectionIndexer = new ContactSectionIndexer(cursor);
51 final int section = mSectionIndexer.getSectionForPosition(position);
53 if (mSectionIndexer.getPositionForSection(section) == position) {
54 alphabetHeader = (String) mSectionIndexer.getSections()[section];
68 mSectionIndexer = new ContactSectionIndexer(newCursor);
74 return mSectionIndexer.getSections();
79 return mSectionIndexer.getPositionForSection(sectionIndex);
84 return mSectionIndexer.getSectionForPosition(position);

Completed in 70 milliseconds