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