Home | History | Annotate | Download | only in launcher3

Lines Matching refs:countY

1622             final int countY = profile.numRows;
1675 ItemInfo[][] items = new ItemInfo[countX + 1][countY + 1];
1682 item.cellX + item.spanX > countX || item.cellY + item.spanY > countY) {
1686 + ") out of screen bounds ( " + countX + "x" + countY + ")");
1737 int countY = profile.numRows;
2344 for (int y = 0; y < countY; y++) {