Searched defs:numAppsPerRow (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java87 public void setNumAppsPerRow(DeviceProfile grid, int numAppsPerRow) { argument
88 mNumAppsPerRow = numAppsPerRow;
H A DAlphabeticalAppsList.java139 int sectionAppCount, int numAppsPerRow, int mergeCount);
180 public void setNumAppsPerRow(int numAppsPerRow, int numPredictedAppsPerRow, argument
182 mNumAppsPerRow = numAppsPerRow;
138 continueMerging(SectionInfo section, SectionInfo withSection, int sectionAppCount, int numAppsPerRow, int mergeCount) argument
H A DAllAppsContainerView.java77 int sectionAppCount, int numAppsPerRow, int mergeCount) {
109 int sectionAppCount, int numAppsPerRow, int mergeCount) {
118 int rows = sectionAppCount / numAppsPerRow;
119 int cols = sectionAppCount % numAppsPerRow;
75 continueMerging(AlphabeticalAppsList.SectionInfo section, AlphabeticalAppsList.SectionInfo withSection, int sectionAppCount, int numAppsPerRow, int mergeCount) argument
107 continueMerging(AlphabeticalAppsList.SectionInfo section, AlphabeticalAppsList.SectionInfo withSection, int sectionAppCount, int numAppsPerRow, int mergeCount) argument

Completed in 57 milliseconds