HomeSort by relevance Sort by last modified time
    Searched refs:getCellCountX (Results 1 - 16 of 16) 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());
Hotseat.java 99 if (mCellCountX < 0) mCellCountX = LauncherModel.getCellCountX();
InstallShortcutReceiver.java 200 boolean launcherNotLoaded = LauncherModel.getCellCountX() <= 0 ||
338 final int xCount = LauncherModel.getCellCountX();
PagedViewWidget.java 119 int hSpan = Math.min(cellSpan[0], LauncherModel.getCellCountX());
FocusHelper.java 144 final int cellCountX = parent.getCellCountX();
287 countX = ((PagedViewCellLayout) parentLayout).getCellCountX();
291 countX = ((PagedViewGridLayout) parentLayout).getCellCountX();
    [all...]
AppsCustomizePagedView.java 364 maxCellCountX = (isLandscape ? LauncherModel.getCellCountX() :
367 LauncherModel.getCellCountX());
384 mCellCountX = mWidgetSpacingLayout.getCellCountX();
459 if (minSpanX <= LauncherModel.getCellCountX() &&
    [all...]
Folder.java 129 mMaxCountX = LauncherModel.getCellCountX();
    [all...]
LauncherModel.java 667 static int getCellCountX() {
    [all...]
Workspace.java     [all...]
CellLayout.java 194 mCountX = LauncherModel.getCellCountX();
    [all...]
Launcher.java     [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());
FocusHelper.java 143 final int cellCountX = parent.getCellCountX();
290 countX = ((PagedViewGridLayout) parentLayout).getCellCountX();
    [all...]
AppsCustomizePagedView.java     [all...]

Completed in 69 milliseconds