Home
last modified time | relevance | path

Searched refs:FastScrollSectionInfo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java63 public static class FastScrollSectionInfo { class in AlphabeticalAppsList
71 public FastScrollSectionInfo(String sectionName) { in FastScrollSectionInfo() method in AlphabeticalAppsList.FastScrollSectionInfo
175 private final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>();
232 public List<FastScrollSectionInfo> getFastScrollerSections() { in getFastScrollerSections()
465 FastScrollSectionInfo lastFastScrollerSectionInfo = null; in refillAdapterItems()
494 lastFastScrollerSectionInfo = new FastScrollSectionInfo(""); in refillAdapterItems()
520 lastFastScrollerSectionInfo = new FastScrollSectionInfo(sectionName); in refillAdapterItems()
589 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()
603 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()
DAllAppsFastScrollHelper.java95 AlphabeticalAppsList.FastScrollSectionInfo info) { in smoothScrollToSection()
109 AlphabeticalAppsList.FastScrollSectionInfo info) { in smoothSnapToPosition()
143 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in smoothSnapToPosition()
DAllAppsRecyclerView.java307 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress()
309 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0); in scrollToPositionAtProgress()
311 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i); in scrollToPositionAtProgress()