Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1250 final SectionIndexer sectionIndexer = mSectionIndexer; in getPosFromItemCount() local
1251 if (sectionIndexer == null || mListAdapter == null) { in getPosFromItemCount()
1260 final boolean hasSections = sectionIndexer != null && mSections != null in getPosFromItemCount()
1288 final int section = sectionIndexer.getSectionForPosition(firstVisibleItem); in getPosFromItemCount()
1289 final int sectionPos = sectionIndexer.getPositionForSection(section); in getPosFromItemCount()
1295 nextSectionPos = sectionIndexer.getPositionForSection(section + 1); in getPosFromItemCount()