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

  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListAdapter.java 33 private ContactSectionIndexer mSectionIndexer;
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);
  /frameworks/base/core/java/android/widget/
FastScroller.java 194 private SectionIndexer mSectionIndexer;
    [all...]

Completed in 58 milliseconds