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.java50 public static class FastScrollSectionInfo { class in AlphabeticalAppsList
58 public FastScrollSectionInfo(String sectionName) { in FastScrollSectionInfo() method in AlphabeticalAppsList.FastScrollSectionInfo
130 private final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>();
173 public List<FastScrollSectionInfo> getFastScrollerSections() { in getFastScrollerSections()
290 FastScrollSectionInfo lastFastScrollerSectionInfo = null; in refillAdapterItems()
307 lastFastScrollerSectionInfo = new FastScrollSectionInfo(sectionName); in refillAdapterItems()
357 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()
371 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()
DAllAppsFastScrollHelper.java21 import com.android.launcher3.allapps.AlphabeticalAppsList.FastScrollSectionInfo;
39 public void smoothScrollToSection(FastScrollSectionInfo info) { in smoothScrollToSection()
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()