Home | History | Annotate | Download | only in launcher3

Lines Matching refs:allAppsNumRows

117     int allAppsNumRows;
360 allAppsNumRows = (availableHeightPx - pageIndicatorHeightPx) /
362 allAppsNumRows = Math.max(minEdgeCellCount, Math.min(maxRows, allAppsNumRows));
756 int paddingTB = (availableHeightPx - (allAppsCellHeightPx * allAppsNumRows)) /
757 (2 * (allAppsNumRows + 1));