Searched defs:sectionAppCount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java75 int sectionAppCount, int numAppsPerRow, int mergeCount) {
107 int sectionAppCount, int numAppsPerRow, int mergeCount) {
116 int rows = sectionAppCount / numAppsPerRow;
117 int cols = sectionAppCount % numAppsPerRow;
73 continueMerging(AlphabeticalAppsList.SectionInfo section, AlphabeticalAppsList.SectionInfo withSection, int sectionAppCount, int numAppsPerRow, int mergeCount) argument
105 continueMerging(AlphabeticalAppsList.SectionInfo section, AlphabeticalAppsList.SectionInfo withSection, int sectionAppCount, int numAppsPerRow, int mergeCount) argument
H A DAlphabeticalAppsList.java179 int sectionAppCount, int numAppsPerRow, int mergeCount);
607 int sectionAppCount = 0;
610 sectionAppCount = section.numApps;
616 sectionAppCount, mNumAppsPerRow, mergeCount)) {
638 sectionAppCount += nextSection.numApps;
643 " mergedNumRows: " + (sectionAppCount / mNumAppsPerRow));
178 continueMerging(SectionInfo section, SectionInfo withSection, int sectionAppCount, int numAppsPerRow, int mergeCount) argument

Completed in 116 milliseconds