HomeSort by relevance Sort by last modified time
    Searched refs:getCellCountY (Results 1 - 11 of 11) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java 45 int getCellCountY() {
PagedViewCellLayout.java 70 mCellCountY = LauncherModel.getCellCountY();
166 public int getCellCountY() {
261 if (numRows < getCellCountY()) {
Hotseat.java 100 if (mCellCountY < 0) mCellCountY = LauncherModel.getCellCountY();
InstallShortcutReceiver.java 201 LauncherModel.getCellCountY() <= 0;
339 final int yCount = LauncherModel.getCellCountY();
PagedViewWidget.java 120 int vSpan = Math.min(cellSpan[1], LauncherModel.getCellCountY());
FocusHelper.java 145 final int cellCountY = parent.getCellCountY();
288 countY = ((PagedViewCellLayout) parentLayout).getCellCountY();
292 countY = ((PagedViewGridLayout) parentLayout).getCellCountY();
    [all...]
AppsCustomizePagedView.java 365 LauncherModel.getCellCountY());
366 maxCellCountY = (isLandscape ? LauncherModel.getCellCountY() :
385 mCellCountY = mWidgetSpacingLayout.getCellCountY();
460 minSpanY <= LauncherModel.getCellCountY()) {
    [all...]
Folder.java 131 mMaxCountY = LauncherModel.getCellCountY();
    [all...]
LauncherModel.java 671 static int getCellCountY() {
    [all...]
Workspace.java     [all...]
CellLayout.java 195 mCountY = LauncherModel.getCellCountY();
    [all...]

Completed in 150 milliseconds