Searched refs:numAppsPerRow (Results 1 – 3 of 3) sorted by relevance
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()
165 int sectionAppCount, int numAppsPerRow, int mergeCount); in continueMerging() argument206 public void setNumAppsPerRow(int numAppsPerRow, int numPredictedAppsPerRow, in setNumAppsPerRow() argument208 mNumAppsPerRow = numAppsPerRow; in setNumAppsPerRow()
95 public void setNumAppsPerRow(DeviceProfile grid, int numAppsPerRow) { in setNumAppsPerRow() argument96 mNumAppsPerRow = numAppsPerRow; in setNumAppsPerRow()