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

  /packages/apps/Launcher2/src/com/android/launcher2/
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 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);
    [all...]

Completed in 82 milliseconds