HomeSort by relevance Sort by last modified time
    Searched refs:sectionAppIndex (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 96 public int sectionAppIndex = -1;
114 int sectionAppIndex, AppInfo appInfo, int appIndex) {
115 AdapterItem item = asApp(pos, section, sectionName, sectionAppIndex, appInfo, appIndex);
121 int sectionAppIndex, AppInfo appInfo, int appIndex) {
127 item.sectionAppIndex = sectionAppIndex;
555 item.sectionAppIndex += section.numApps;
AllAppsGridAdapter.java 153 for (int j = item.sectionAppIndex; j < sectionInfo.numApps; j++, pos++) {
159 if (j > item.sectionAppIndex && sectionName.equals(lastSectionName)) {
178 int appIndexInSection = items.get(pos).sectionAppIndex;
208 i += (sectionInfo.numApps - item.sectionAppIndex);

Completed in 722 milliseconds