Home
last modified time | relevance | path

Searched refs:updateWorkspaceLayoutCells (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java698 static void updateWorkspaceLayoutCells(int shortAxisCellCount, int longAxisCellCount) { in updateWorkspaceLayoutCells() method in LauncherModel
DWorkspace.java340 LauncherModel.updateWorkspaceLayoutCells(cellCountX, cellCountY); in Workspace()