Home
last modified time | relevance | path

Searched refs:sectionInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java248 AlphabeticalAppsList.SectionInfo sectionInfo = item.sectionInfo; in onDraw() local
252 for (int j = item.sectionAppIndex; j < sectionInfo.numApps; j++, pos++) { in onDraw()
255 if (nextItem.sectionInfo != sectionInfo) { in onDraw()
307 i += (sectionInfo.numApps - item.sectionAppIndex); in onDraw()
DAlphabeticalAppsList.java92 public SectionInfo sectionInfo; field in AlphabeticalAppsList.AdapterItem
113 item.sectionInfo = section; in asSectionBreak()
130 item.sectionInfo = section; in asApp()
615 item.sectionInfo = section; in mergeSections()