Home | History | Annotate | Download | only in launcher3

Lines Matching defs:countY

1648             final int countY = (int) profile.numRows;
1696 ItemInfo[][] items = new ItemInfo[countX + 1][countY + 1];
1703 item.cellX + item.spanX > countX || item.cellY + item.spanY > countY) {
1707 + ") out of screen bounds ( " + countX + "x" + countY + ")");
1758 int countY = (int) profile.numRows;
2319 for (int y = 0; y < countY; y++) {