Searched refs:getCellCountY (Results 1 – 11 of 11) sorted by relevance
70 mCellCountY = LauncherModel.getCellCountY(); in PagedViewCellLayout()166 public int getCellCountY() { in getCellCountY() method in PagedViewCellLayout261 if (numRows < getCellCountY()) { in onTouchEvent()
45 int getCellCountY() { in getCellCountY() method in PagedViewGridLayout
201 LauncherModel.getCellCountY() <= 0; in onReceive()339 final int yCount = LauncherModel.getCellCountY(); in findEmptyCell()
145 final int cellCountY = parent.getCellCountY(); in handlePagedViewGridLayoutWidgetKeyEvent()288 countY = ((PagedViewCellLayout) parentLayout).getCellCountY(); in handleAppsCustomizeKeyEvent()292 countY = ((PagedViewGridLayout) parentLayout).getCellCountY(); in handleAppsCustomizeKeyEvent()
100 if (mCellCountY < 0) mCellCountY = LauncherModel.getCellCountY(); in onFinishInflate()
368 LauncherModel.getCellCountY()); in onDataReady()369 maxCellCountY = (isLandscape ? LauncherModel.getCellCountY() : in onDataReady()388 mCellCountY = mWidgetSpacingLayout.getCellCountY(); in onDataReady()462 minSpanY <= LauncherModel.getCellCountY()) { in onPackagesUpdated()
120 int vSpan = Math.min(cellSpan[1], LauncherModel.getCellCountY()); in applyFromAppWidgetProviderInfo()
130 mMaxCountY = LauncherModel.getCellCountY(); in Folder()
690 static int getCellCountY() { in getCellCountY() method in LauncherModel1652 int cellCountY = LauncherModel.getCellCountY(); in sortWorkspaceItemsSpatially()
2421 width, height, LauncherModel.getCellCountX(), LauncherModel.getCellCountY(),2435 width, height, LauncherModel.getCellCountX(), LauncherModel.getCellCountY(),
195 mCountY = LauncherModel.getCellCountY(); in CellLayout()