Searched refs:getCountY (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DHotseat.java71 return mIsLandscape ? (mContent.getCountY() - y - 1) : x;
78 return mIsLandscape ? (mContent.getCountY() - (rank + 1)) : 0;
H A DFolder.java424 mContent.getCountX(), mContent.getCountY()));
547 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) {
750 int countY = mContent.getCountY();
1024 for (int j = 0; j < mContent.getCountY(); j++) {
1049 for (int j = 0; j < mContent.getCountY(); j++) {
H A DFocusHelper.java629 final int cellCountY = layout.getCountY();
H A DCellLayout.java553 int getCountY() { method in class:CellLayout

Completed in 108 milliseconds