Searched defs:getCellCountX (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewGridLayout.java41 int getCellCountX() { method in class:PagedViewGridLayout
H A DPagedViewCellLayout.java69 mCellCountX = LauncherModel.getCellCountX();
173 public int getCellCountX() { method in class:PagedViewCellLayout
271 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
H A DLauncherModel.java634 static int getCellCountX() { method in class:LauncherModel
1591 int cellCountX = LauncherModel.getCellCountX();

Completed in 54 milliseconds