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