Home | History | Annotate | Download | only in launcher2

Lines Matching defs:cellCountY

296         int cellCountY = DEFAULT_CELL_COUNT_Y;
319 cellCountY = 1;
320 while (actionBarHeight + CellLayout.heightInLandscape(res, cellCountY + 1)
322 cellCountY++;
334 cellCountY = a.getInt(R.styleable.Workspace_cellCountY, cellCountY);
340 LauncherModel.updateWorkspaceLayoutCells(cellCountX, cellCountY);