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.java54 public static class FastScrollSectionInfo { class in AlphabeticalAppsList
60 public FastScrollSectionInfo(String sectionName, int position) { in FastScrollSectionInfo() method in AlphabeticalAppsList.FastScrollSectionInfo
79 private final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>();
116 public List<FastScrollSectionInfo> getFastScrollerSections() { in getFastScrollerSections()
256 mFastScrollerSections.add(new FastScrollSectionInfo(sectionName, position)); in updateAdapterItems()
DAllAppsFastScrollHelper.java21 import com.android.launcher3.allapps.AlphabeticalAppsList.FastScrollSectionInfo;
39 public void smoothScrollToSection(FastScrollSectionInfo info) { in smoothScrollToSection()
DAllAppsRecyclerView.java163 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress()
170 AlphabeticalAppsList.FastScrollSectionInfo section = fastScrollSections.get(index); in scrollToPositionAtProgress()