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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewGridLayout.java45 int getCellCountY() { method in class:PagedViewGridLayout
H A DPagedViewCellLayout.java70 mCellCountY = LauncherModel.getCellCountY();
166 public int getCellCountY() { method in class:PagedViewCellLayout
261 if (numRows < getCellCountY()) {
H A DLauncherModel.java690 static int getCellCountY() { method in class:LauncherModel
1652 int cellCountY = LauncherModel.getCellCountY();

Completed in 553 milliseconds