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

/frameworks/base/core/java/android/widget/
H A DFastScroller.java111 private SectionIndexer mSectionIndexer; field in class:FastScroller
479 return mSectionIndexer;
491 mSectionIndexer = null;
499 mSectionIndexer = (SectionIndexer) expAdapter;
501 mSections = mSectionIndexer.getSections();
506 mSectionIndexer = (SectionIndexer) adapter;
507 mSections = mSectionIndexer.getSections();
536 int index = mSectionIndexer.getPositionForSection(section);
549 nextIndex = mSectionIndexer.getPositionForSection(section + 1);
557 prevIndex = mSectionIndexer
[all...]

Completed in 62 milliseconds