HomeSort by relevance Sort by last modified time
    Searched defs:getCellCountX (Results 1 - 7 of 7) 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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewGridLayout.java 41 int getCellCountX() {
PagedViewCellLayout.java 156 public int getCellCountX() {
254 int numRows = (int) Math.ceil((float) getPageChildCount() / getCellCountX());
AppsCustomizePagedView.java     [all...]

Completed in 1396 milliseconds