Home
last modified time | relevance | path

Searched refs:cellCountY (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewGridLayout.java35 public PagedViewGridLayout(Context context, int cellCountX, int cellCountY) { in PagedViewGridLayout() argument
38 mCellCountY = cellCountY; in PagedViewGridLayout()
DFocusHelper.java145 final int cellCountY = parent.getCellCountY(); in handlePagedViewGridLayoutWidgetKeyEvent() local
207 if (y < (cellCountY - 1)) { in handlePagedViewGridLayoutWidgetKeyEvent()
627 final int cellCountY = layout.getCountY(); in getClosestIconOnLine() local
630 if (0 <= newRow && newRow < cellCountY) { in getClosestIconOnLine()
DWorkspace.java296 int cellCountY = DEFAULT_CELL_COUNT_Y; in Workspace() local
319 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()
DLauncherModel.java1652 int cellCountY = LauncherModel.getCellCountY(); in sortWorkspaceItemsSpatially()
1653 int screenOffset = cellCountX * cellCountY; in sortWorkspaceItemsSpatially()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java2475 int cellCountY = (int) profile.numRows; in sortWorkspaceItemsSpatially()
2476 int screenOffset = cellCountX * cellCountY; in sortWorkspaceItemsSpatially()