Searched refs:FastScrollSectionInfo (Results 1 – 3 of 3) sorted by relevance
54 public static class FastScrollSectionInfo { class in AlphabeticalAppsList60 public FastScrollSectionInfo(String sectionName, int position) { in FastScrollSectionInfo() method in AlphabeticalAppsList.FastScrollSectionInfo79 private final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>();116 public List<FastScrollSectionInfo> getFastScrollerSections() { in getFastScrollerSections()256 mFastScrollerSections.add(new FastScrollSectionInfo(sectionName, position)); in updateAdapterItems()
21 import com.android.launcher3.allapps.AlphabeticalAppsList.FastScrollSectionInfo;39 public void smoothScrollToSection(FastScrollSectionInfo info) { in smoothScrollToSection()
163 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress()170 AlphabeticalAppsList.FastScrollSectionInfo section = fastScrollSections.get(index); in scrollToPositionAtProgress()