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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 41 int getCellCountX() {
PagedViewCellLayout.java 69 mCellCountX = LauncherModel.getCellCountX();
173 public int getCellCountX() {
271 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
AppsCustomizePagedView.java 444 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() :
447 LauncherModel.getCellCountX());
464 mCellCountX = mWidgetSpacingLayout.getCellCountX();
539 if (minSpanX <= LauncherModel.getCellCountX() &&
    [all...]
LauncherModel.java 636 static int getCellCountX() {
    [all...]

Completed in 2768 milliseconds