Searched refs:setGridSize (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java91 mContent.setGridSize(1, idp.numHotseatIcons);
93 mContent.setGridSize(idp.numHotseatIcons, 1);
H A DCellLayout.java359 public void setGridSize(int x, int y) { method in class:CellLayout
/packages/apps/Launcher2/src/com/android/launcher2/
H A DHotseat.java102 mContent.setGridSize(mCellCountX, mCellCountY);
H A DFolder.java156 mContent.setGridSize(0, 0);
786 mContent.setGridSize(countX, countY);
H A DCellLayout.java330 public void setGridSize(int x, int y) { method in class:CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java168 getPageAt(i).setGridSize(mGridCountX, mGridCountY);
262 page.setGridSize(mGridCountX, mGridCountY);

Completed in 1545 milliseconds