Searched refs:FastScrollSectionInfo (Results 1 – 3 of 3) sorted by relevance
67 public static class FastScrollSectionInfo { class in AlphabeticalAppsList75 public FastScrollSectionInfo(String sectionName) { in FastScrollSectionInfo() method in AlphabeticalAppsList.FastScrollSectionInfo181 private List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>();239 public List<FastScrollSectionInfo> getFastScrollerSections() { in getFastScrollerSections()398 FastScrollSectionInfo lastFastScrollerSectionInfo = null; in updateAdapterItems()442 lastFastScrollerSectionInfo = new FastScrollSectionInfo(""); in updateAdapterItems()471 lastFastScrollerSectionInfo = new FastScrollSectionInfo(sectionName); in updateAdapterItems()534 for (FastScrollSectionInfo info : mFastScrollerSections) { in updateAdapterItems()549 for (FastScrollSectionInfo info : mFastScrollerSections) { in updateAdapterItems()
225 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress()227 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0); in scrollToPositionAtProgress()229 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i); in scrollToPositionAtProgress()
100 AlphabeticalAppsList.FastScrollSectionInfo info) { in smoothScrollToSection()114 AlphabeticalAppsList.FastScrollSectionInfo info) { in smoothSnapToPosition()