Searched refs:fastScrollSections (Results 1 – 1 of 1) sorted by relevance
225 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress() local227 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0); in scrollToPositionAtProgress()228 for (int i = 1; i < fastScrollSections.size(); i++) { in scrollToPositionAtProgress()229 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i); in scrollToPositionAtProgress()