Searched refs:FastScrollSectionInfo (Results 1 – 3 of 3) sorted by relevance
52 public static class FastScrollSectionInfo { class in AlphabeticalAppsList60 public FastScrollSectionInfo(String sectionName) { in FastScrollSectionInfo() method in AlphabeticalAppsList.FastScrollSectionInfo139 private final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>();182 public List<FastScrollSectionInfo> getFastScrollerSections() { in getFastScrollerSections()299 FastScrollSectionInfo lastFastScrollerSectionInfo = null; in refillAdapterItems()316 lastFastScrollerSectionInfo = new FastScrollSectionInfo(sectionName); in refillAdapterItems()366 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()380 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()
95 AlphabeticalAppsList.FastScrollSectionInfo info) { in smoothScrollToSection()109 AlphabeticalAppsList.FastScrollSectionInfo info) { in smoothSnapToPosition()143 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in smoothSnapToPosition()
200 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress()202 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0); in scrollToPositionAtProgress()204 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i); in scrollToPositionAtProgress()