Searched refs:fastScrollSections (Results 1 – 2 of 2) sorted by relevance
143 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in smoothSnapToPosition() local146 int newScrollY = fastScrollSections.size() > 0 && fastScrollSections.get(0) == info in smoothSnapToPosition()
200 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress() local202 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0); in scrollToPositionAtProgress()203 for (int i = 1; i < fastScrollSections.size(); i++) { in scrollToPositionAtProgress()204 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i); in scrollToPositionAtProgress()