Searched defs:getCellCountY (Results 1 - 3 of 3) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ | ||
H A D | PagedViewGridLayout.java | 45 int getCellCountY() { method in class:PagedViewGridLayout |
H A D | PagedViewCellLayout.java | 70 mCellCountY = LauncherModel.getCellCountY(); 166 public int getCellCountY() { method in class:PagedViewCellLayout 261 if (numRows < getCellCountY()) { |
H A D | LauncherModel.java | 690 static int getCellCountY() { method in class:LauncherModel 1652 int cellCountY = LauncherModel.getCellCountY(); |
Completed in 137 milliseconds