Searched defs:getCellCountY (Results 1 - 5 of 5) 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();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewGridLayout.java45 int getCellCountY() { method in class:PagedViewGridLayout
H A DPagedViewCellLayout.java160 public int getCellCountY() { method in class:PagedViewCellLayout
255 if (numRows < getCellCountY()) {

Completed in 76 milliseconds