Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java99 public int sectionAppIndex = -1; field in AlphabeticalAppsList.AdapterItem
119 int sectionAppIndex, AppInfo appInfo, int appIndex) { in asPredictedApp() argument
120 AdapterItem item = asApp(pos, section, sectionName, sectionAppIndex, appInfo, appIndex); in asPredictedApp()
126 int sectionAppIndex, AppInfo appInfo, int appIndex) { in asApp() argument
132 item.sectionAppIndex = sectionAppIndex; in asApp()
616 item.sectionAppIndex += section.numApps; in mergeSections()
DAllAppsGridAdapter.java252 for (int j = item.sectionAppIndex; j < sectionInfo.numApps; j++, pos++) { in onDraw()
258 if (j > item.sectionAppIndex && sectionName.equals(lastSectionName)) { in onDraw()
277 int appIndexInSection = items.get(pos).sectionAppIndex; in onDraw()
307 i += (sectionInfo.numApps - item.sectionAppIndex); in onDraw()