Home
last modified time | relevance | path

Searched refs:getCellCountX (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java69 mCellCountX = LauncherModel.getCellCountX(); in PagedViewCellLayout()
162 public int getCellCountX() { in getCellCountX() method in PagedViewCellLayout
260 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX()); in onTouchEvent()
DPagedViewGridLayout.java41 int getCellCountX() { in getCellCountX() method in PagedViewGridLayout
DInstallShortcutReceiver.java200 boolean launcherNotLoaded = LauncherModel.getCellCountX() <= 0 || in onReceive()
338 final int xCount = LauncherModel.getCellCountX(); in findEmptyCell()
DFocusHelper.java144 final int cellCountX = parent.getCellCountX(); in handlePagedViewGridLayoutWidgetKeyEvent()
287 countX = ((PagedViewCellLayout) parentLayout).getCellCountX(); in handleAppsCustomizeKeyEvent()
291 countX = ((PagedViewGridLayout) parentLayout).getCellCountX(); in handleAppsCustomizeKeyEvent()
DAppsCustomizePagedView.java367 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() : in onDataReady()
370 LauncherModel.getCellCountX()); in onDataReady()
387 mCellCountX = mWidgetSpacingLayout.getCellCountX(); in onDataReady()
461 if (minSpanX <= LauncherModel.getCellCountX() && in onPackagesUpdated()
1186 layout.setColumnCount(layout.getCellCountX()); in syncWidgetPageItems()
DHotseat.java99 if (mCellCountX < 0) mCellCountX = LauncherModel.getCellCountX(); in onFinishInflate()
DPagedViewWidget.java119 int hSpan = Math.min(cellSpan[0], LauncherModel.getCellCountX()); in applyFromAppWidgetProviderInfo()
DFolder.java129 mMaxCountX = LauncherModel.getCellCountX(); in Folder()
DLauncherModel.java686 static int getCellCountX() { in getCellCountX() method in LauncherModel
1651 int cellCountX = LauncherModel.getCellCountX(); in sortWorkspaceItemsSpatially()
DWorkspace.java2421 width, height, LauncherModel.getCellCountX(), LauncherModel.getCellCountY(),
2435 width, height, LauncherModel.getCellCountX(), LauncherModel.getCellCountY(),
DCellLayout.java194 mCountX = LauncherModel.getCellCountX(); in CellLayout()
DLauncher.java3688 int cellCountX = LauncherModel.getCellCountX(); in runNewAppsAnimation()