Searched refs:numApps (Results 1 – 4 of 4) sorted by relevance
56 public int numApps; field in AlphabeticalAppsList.SectionInfo444 "", lastSectionInfo.numApps++, info, appIndex++); in updateAdapterItems()477 lastSectionInfo.numApps++, info, appIndex++); in updateAdapterItems()591 sectionAppCount = section.numApps; in mergeSections()605 int nextPos = pos + section.numApps; in mergeSections()606 for (int j = nextPos; j < (nextPos + nextSection.numApps); j++) { in mergeSections()609 item.sectionAppIndex += section.numApps; in mergeSections()618 section.numApps += nextSection.numApps; in mergeSections()619 sectionAppCount += nextSection.numApps; in mergeSections()
193 for (int j = item.sectionAppIndex; j < sectionInfo.numApps; j++, pos++) { in onDraw()248 i += (sectionInfo.numApps - item.sectionAppIndex); in onDraw()
102 int numApps = mStatsManager.getEntries().size(); in refreshUi() local104 R.plurals.memory_usage_apps_summary, numApps, numApps, durationString)); in refreshUi()
309 int numApps = mApps.size(); in getMiddleComponentIndexOnCurrentPage() local314 i = numApps + in getMiddleComponentIndexOnCurrentPage()