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

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 83 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x;
90 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0;
Folder.java 431 mContent.getCountX(), mContent.getCountY()));
538 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) {
765 int countY = mContent.getCountY();
    [all...]
AppWidgetResizeFrame.java 242 int countY = mCellLayout.getCountY();
FocusHelper.java 627 final int cellCountY = layout.getCountY();
    [all...]
CellLayout.java 607 int getCountY() {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 87 return hasVerticalHotseat() ? (mContent.getCountY() - y - 1) : x;
94 return hasVerticalHotseat() ? (mContent.getCountY() - (rank + 1)) : 0;
Folder.java 543 mContent.getCountX(), mContent.getCountY()));
653 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) {
    [all...]
FocusHelper.java 84 countY = ((CellLayout) parentLayout).getCountY();
382 final int cellCountY = layout.getCountY();
AppWidgetResizeFrame.java 239 int countY = mCellLayout.getCountY();
CellLayout.java 585 int getCountY() {
    [all...]
Workspace.java 657 int spanY = customScreen.getCountY();
    [all...]

Completed in 835 milliseconds