Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java165 int sectionAppCount, int numAppsPerRow, int mergeCount); in continueMerging() argument
595 int sectionAppCount = 0; in mergeSections() local
598 sectionAppCount = section.numApps; in mergeSections()
604 sectionAppCount, mNumAppsPerRow, mergeCount)) { in mergeSections()
626 sectionAppCount += nextSection.numApps; in mergeSections()
631 " mergedNumRows: " + (sectionAppCount / mNumAppsPerRow)); in mergeSections()
DAllAppsContainerView.java67 int sectionAppCount, int numAppsPerRow, int mergeCount) { in continueMerging() argument
99 int sectionAppCount, int numAppsPerRow, int mergeCount) { in continueMerging() argument
108 int rows = sectionAppCount / numAppsPerRow; in continueMerging()
109 int cols = sectionAppCount % numAppsPerRow; in continueMerging()