Searched refs:sectionAppCount (Results 1 – 2 of 2) sorted by relevance
165 int sectionAppCount, int numAppsPerRow, int mergeCount); in continueMerging() argument595 int sectionAppCount = 0; in mergeSections() local598 sectionAppCount = section.numApps; in mergeSections()604 sectionAppCount, mNumAppsPerRow, mergeCount)) { in mergeSections()626 sectionAppCount += nextSection.numApps; in mergeSections()631 " mergedNumRows: " + (sectionAppCount / mNumAppsPerRow)); in mergeSections()
67 int sectionAppCount, int numAppsPerRow, int mergeCount) { in continueMerging() argument99 int sectionAppCount, int numAppsPerRow, int mergeCount) { in continueMerging() argument108 int rows = sectionAppCount / numAppsPerRow; in continueMerging()109 int cols = sectionAppCount % numAppsPerRow; in continueMerging()