Searched refs:mIndexer (Results 1 – 1 of 1) sorted by relevance
285 private final AlphabetIndexer mIndexer; field in ApiBrowser.ApiBrowserAdapter293 mIndexer = new AlphabetIndexer(mCursor, 0, " ABCDEFGHIJKLMNOPQRSTUVWXYZ"); in ApiBrowserAdapter()331 return mIndexer.getPositionForSection(section); in getPositionForSection()336 return mIndexer.getSectionForPosition(position); in getSectionForPosition()341 return mIndexer.getSections(); in getSections()