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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAlphabeticalAppsList.java49 public static class SectionInfo { class in class:AlphabeticalAppsList
89 public SectionInfo sectionInfo;
104 public static AdapterItem asSectionBreak(int pos, SectionInfo section) {
113 public static AdapterItem asPredictedApp(int pos, SectionInfo section, String sectionName,
120 public static AdapterItem asApp(int pos, SectionInfo section, String sectionName,
138 boolean continueMerging(SectionInfo section, SectionInfo withSection,
153 private List<SectionInfo> mSections = new ArrayList<>();
206 public List<SectionInfo> getSections() {
363 SectionInfo lastSectionInf
[all...]

Completed in 74 milliseconds