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.java67 public static class FastScrollSectionInfo { class in AlphabeticalAppsList
75 public FastScrollSectionInfo(String sectionName) { in FastScrollSectionInfo() method in AlphabeticalAppsList.FastScrollSectionInfo
181 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()
DAllAppsRecyclerView.java225 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress()
227 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0); in scrollToPositionAtProgress()
229 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i); in scrollToPositionAtProgress()
DAllAppsFastScrollHelper.java100 AlphabeticalAppsList.FastScrollSectionInfo info) { in smoothScrollToSection()
114 AlphabeticalAppsList.FastScrollSectionInfo info) { in smoothSnapToPosition()