Searched refs:cellCountY (Results 1 – 5 of 5) sorted by relevance
35 public PagedViewGridLayout(Context context, int cellCountX, int cellCountY) { in PagedViewGridLayout() argument38 mCellCountY = cellCountY; in PagedViewGridLayout()
145 final int cellCountY = parent.getCellCountY(); in handlePagedViewGridLayoutWidgetKeyEvent() local207 if (y < (cellCountY - 1)) { in handlePagedViewGridLayoutWidgetKeyEvent()627 final int cellCountY = layout.getCountY(); in getClosestIconOnLine() local630 if (0 <= newRow && newRow < cellCountY) { in getClosestIconOnLine()
296 int cellCountY = DEFAULT_CELL_COUNT_Y; in Workspace() local319 cellCountY = 1; in Workspace()320 while (actionBarHeight + CellLayout.heightInLandscape(res, cellCountY + 1) in Workspace()322 cellCountY++; in Workspace()334 cellCountY = a.getInt(R.styleable.Workspace_cellCountY, cellCountY); in Workspace()340 LauncherModel.updateWorkspaceLayoutCells(cellCountX, cellCountY); in Workspace()
1652 int cellCountY = LauncherModel.getCellCountY(); in sortWorkspaceItemsSpatially()1653 int screenOffset = cellCountX * cellCountY; in sortWorkspaceItemsSpatially()
2475 int cellCountY = (int) profile.numRows; in sortWorkspaceItemsSpatially()2476 int screenOffset = cellCountX * cellCountY; in sortWorkspaceItemsSpatially()