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();
162 public int getCellCountX() {
260 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
AppsCustomizePagedView.java 367 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() :
370 LauncherModel.getCellCountX());
387 mCellCountX = mWidgetSpacingLayout.getCellCountX();
461 if (minSpanX <= LauncherModel.getCellCountX() &&
    [all...]
LauncherModel.java 686 static int getCellCountX() {
    [all...]

Completed in 64 milliseconds