Home
last modified time | relevance | path

Searched refs:getCellCountY (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java70 mCellCountY = LauncherModel.getCellCountY(); in PagedViewCellLayout()
166 public int getCellCountY() { in getCellCountY() method in PagedViewCellLayout
261 if (numRows < getCellCountY()) { in onTouchEvent()
DPagedViewGridLayout.java45 int getCellCountY() { in getCellCountY() method in PagedViewGridLayout
DInstallShortcutReceiver.java201 LauncherModel.getCellCountY() <= 0; in onReceive()
339 final int yCount = LauncherModel.getCellCountY(); in findEmptyCell()
DFocusHelper.java145 final int cellCountY = parent.getCellCountY(); in handlePagedViewGridLayoutWidgetKeyEvent()
288 countY = ((PagedViewCellLayout) parentLayout).getCellCountY(); in handleAppsCustomizeKeyEvent()
292 countY = ((PagedViewGridLayout) parentLayout).getCellCountY(); in handleAppsCustomizeKeyEvent()
DHotseat.java100 if (mCellCountY < 0) mCellCountY = LauncherModel.getCellCountY(); in onFinishInflate()
DAppsCustomizePagedView.java368 LauncherModel.getCellCountY()); in onDataReady()
369 maxCellCountY = (isLandscape ? LauncherModel.getCellCountY() : in onDataReady()
388 mCellCountY = mWidgetSpacingLayout.getCellCountY(); in onDataReady()
462 minSpanY <= LauncherModel.getCellCountY()) { in onPackagesUpdated()
DPagedViewWidget.java120 int vSpan = Math.min(cellSpan[1], LauncherModel.getCellCountY()); in applyFromAppWidgetProviderInfo()
DFolder.java130 mMaxCountY = LauncherModel.getCellCountY(); in Folder()
DLauncherModel.java690 static int getCellCountY() { in getCellCountY() method in LauncherModel
1652 int cellCountY = LauncherModel.getCellCountY(); in sortWorkspaceItemsSpatially()
DWorkspace.java2421 width, height, LauncherModel.getCellCountX(), LauncherModel.getCellCountY(),
2435 width, height, LauncherModel.getCellCountX(), LauncherModel.getCellCountY(),
DCellLayout.java195 mCountY = LauncherModel.getCellCountY(); in CellLayout()