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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 102 public int appIndex = -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) {
129 item.appIndex = appIndex;
367 int appIndex = 0;
418 "", lastSectionInfo.numApps++, info, appIndex++);
451 lastSectionInfo.numApps++, info, appIndex++);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 1010 milliseconds