HomeSort by relevance Sort by last modified time
    Searched refs:getCellCountX (Results 1 - 9 of 9) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 41 int getCellCountX() {
PagedViewCellLayout.java 69 mCellCountX = LauncherModel.getCellCountX();
178 public int getCellCountX() {
276 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
Hotseat.java 87 if (mCellCountX < 0) mCellCountX = LauncherModel.getCellCountX();
InstallShortcutReceiver.java 93 final int xCount = LauncherModel.getCellCountX();
FocusHelper.java 145 final int cellCountX = parent.getCellCountX();
288 countX = ((PagedViewCellLayout) parentLayout).getCellCountX();
292 countX = ((PagedViewGridLayout) parentLayout).getCellCountX();
    [all...]
AppsCustomizePagedView.java 367 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() :
370 LauncherModel.getCellCountX());
385 mCellCountX = mWidgetSpacingLayout.getCellCountX();
    [all...]
Folder.java 131 mMaxCountX = LauncherModel.getCellCountX();
    [all...]
CellLayout.java 162 mCountX = LauncherModel.getCellCountX();
    [all...]
LauncherModel.java 481 static int getCellCountX() {
    [all...]

Completed in 238 milliseconds