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

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 73 return mIsLandscape ? (mContent.getCountY() - y - 1) : x;
80 return mIsLandscape ? (mContent.getCountY() - (rank + 1)) : 0;
Folder.java 431 mContent.getCountX(), mContent.getCountY()));
551 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) {
771 int countY = mContent.getCountY();
    [all...]
AppWidgetResizeFrame.java 239 int countY = mCellLayout.getCountY();
FocusHelper.java 627 final int cellCountY = layout.getCountY();
    [all...]
CellLayout.java 561 int getCountY() {
    [all...]

Completed in 49 milliseconds