Home
last modified time | relevance | path

Searched refs:sectionIndexer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DFastScroller.java1263 final SectionIndexer sectionIndexer = mSectionIndexer; in getPosFromItemCount() local
1264 if (sectionIndexer == null || mListAdapter == null) { in getPosFromItemCount()
1273 final boolean hasSections = sectionIndexer != null && mSections != null in getPosFromItemCount()
1301 final int section = sectionIndexer.getSectionForPosition(firstVisibleItem); in getPosFromItemCount()
1302 final int sectionPos = sectionIndexer.getPositionForSection(section); in getPosFromItemCount()
1308 nextSectionPos = sectionIndexer.getPositionForSection(section + 1); in getPosFromItemCount()