Searched refs:getCellCountX (Results 1 – 12 of 12) sorted by relevance
69 mCellCountX = LauncherModel.getCellCountX(); in PagedViewCellLayout()162 public int getCellCountX() { in getCellCountX() method in PagedViewCellLayout260 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX()); in onTouchEvent()
41 int getCellCountX() { in getCellCountX() method in PagedViewGridLayout
200 boolean launcherNotLoaded = LauncherModel.getCellCountX() <= 0 || in onReceive()338 final int xCount = LauncherModel.getCellCountX(); in findEmptyCell()
144 final int cellCountX = parent.getCellCountX(); in handlePagedViewGridLayoutWidgetKeyEvent()287 countX = ((PagedViewCellLayout) parentLayout).getCellCountX(); in handleAppsCustomizeKeyEvent()291 countX = ((PagedViewGridLayout) parentLayout).getCellCountX(); in handleAppsCustomizeKeyEvent()
367 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()
99 if (mCellCountX < 0) mCellCountX = LauncherModel.getCellCountX(); in onFinishInflate()
119 int hSpan = Math.min(cellSpan[0], LauncherModel.getCellCountX()); in applyFromAppWidgetProviderInfo()
129 mMaxCountX = LauncherModel.getCellCountX(); in Folder()
686 static int getCellCountX() { in getCellCountX() method in LauncherModel1651 int cellCountX = LauncherModel.getCellCountX(); in sortWorkspaceItemsSpatially()
2421 width, height, LauncherModel.getCellCountX(), LauncherModel.getCellCountY(),2435 width, height, LauncherModel.getCellCountX(), LauncherModel.getCellCountY(),
194 mCountX = LauncherModel.getCellCountX(); in CellLayout()
3688 int cellCountX = LauncherModel.getCellCountX(); in runNewAppsAnimation()