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();
178 public int getCellCountX() { method in class:PagedViewCellLayout
276 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
H A DLauncherModel.java481 static int getCellCountX() { method in class:LauncherModel

Completed in 24 milliseconds