Searched refs:sectionIndexer (Results 1 – 1 of 1) sorted by relevance
1263 final SectionIndexer sectionIndexer = mSectionIndexer; in getPosFromItemCount() local1264 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()