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

/frameworks/base/core/java/android/widget/
H A DFastScroller.java182 private SectionIndexer mSectionIndexer; field in class:FastScroller
905 mSectionIndexer = null;
917 mSectionIndexer = (SectionIndexer) expAdapter;
919 mSections = mSectionIndexer.getSections();
923 mSectionIndexer = (SectionIndexer) adapter;
924 mSections = mSectionIndexer.getSections();
950 int targetIndex = mSectionIndexer.getPositionForSection(targetSection);
966 nextIndex = mSectionIndexer.getPositionForSection(targetSection + 1);
974 prevIndex = mSectionIndexer.getPositionForSection(targetSection);
981 // Assuming mSectionIndexer
[all...]

Completed in 1968 milliseconds