Searched defs:FastScrollSectionInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAlphabeticalAppsList.java62 public static class FastScrollSectionInfo { class in class:AlphabeticalAppsList
70 public FastScrollSectionInfo(String sectionName) { method in class:AlphabeticalAppsList.FastScrollSectionInfo
181 private final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>();
231 public List<FastScrollSectionInfo> getFastScrollerSections() {
410 FastScrollSectionInfo lastFastScrollerSectionInfo = null;
455 lastFastScrollerSectionInfo = new FastScrollSectionInfo("");
481 lastFastScrollerSectionInfo = new FastScrollSectionInfo(sectionName);
550 for (FastScrollSectionInfo info : mFastScrollerSections) {
564 for (FastScrollSectionInfo info : mFastScrollerSections) {

Completed in 106 milliseconds