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 364 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() :
367 LauncherModel.getCellCountX());
384 mCellCountX = mWidgetSpacingLayout.getCellCountX();
459 if (minSpanX <= LauncherModel.getCellCountX() &&
    [all...]
LauncherModel.java 667 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 117 milliseconds