HomeSort by relevance Sort by last modified time
    Searched defs:cellCountY (Results 1 - 3 of 3) 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 295 int cellCountY = DEFAULT_CELL_COUNT_Y;
318 cellCountY = 1;
319 while (actionBarHeight + CellLayout.heightInLandscape(res, cellCountY + 1)
321 cellCountY++;
333 cellCountY = a.getInt(R.styleable.Workspace_cellCountY, cellCountY);
339 LauncherModel.updateWorkspaceLayoutCells(cellCountX, cellCountY);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 144 final int cellCountY = parent.getCellCountY();
206 if (y < (cellCountY - 1)) {
626 final int cellCountY = layout.getCountY();
629 if (0 <= newRow && newRow < cellCountY) {
    [all...]

Completed in 560 milliseconds