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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAlphabeticalAppsList.java54 public static class SectionInfo { class in class:AlphabeticalAppsList
92 public SectionInfo sectionInfo;
109 public static AdapterItem asSectionBreak(int pos, SectionInfo section) {
118 public static AdapterItem asPredictedApp(int pos, SectionInfo section, String sectionName,
125 public static AdapterItem asApp(int pos, SectionInfo section, String sectionName,
178 boolean continueMerging(SectionInfo section, SectionInfo withSection,
193 private List<SectionInfo> mSections = new ArrayList<>();
246 public List<SectionInfo> getSections() {
406 SectionInfo lastSectionInf
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java726 private static final SectionInfo[] EMPTY_SECTIONS = new SectionInfo[0];
749 private SectionInfo[] mSections = EMPTY_SECTIONS;
984 ArrayList<SectionInfo> sections = new ArrayList<>();
994 sections.add(new SectionInfo(mIndex.getBucket(secId).getLabel(), pos));
1271 private static class SectionInfo { class in class:ManageApplications
1275 public SectionInfo(String label, int position) { method in class:ManageApplications.SectionInfo

Completed in 102 milliseconds