HomeSort by relevance Sort by last modified time
    Searched refs:cellCountY (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 35 public PagedViewGridLayout(Context context, int cellCountX, int cellCountY) {
38 mCellCountY = cellCountY;
FocusHelper.java 145 final int cellCountY = parent.getCellCountY();
207 if (y < (cellCountY - 1)) {
627 final int cellCountY = layout.getCountY();
630 if (0 <= newRow && newRow < cellCountY) {
    [all...]
Workspace.java 294 int cellCountY = DEFAULT_CELL_COUNT_Y;
317 cellCountY = 1;
318 while (actionBarHeight + CellLayout.heightInLandscape(res, cellCountY + 1)
320 cellCountY++;
332 cellCountY = a.getInt(R.styleable.Workspace_cellCountY, cellCountY);
338 LauncherModel.updateWorkspaceLayoutCells(cellCountX, cellCountY);
    [all...]
LauncherModel.java     [all...]

Completed in 945 milliseconds