Lines Matching refs:countX
1621 final int countX = profile.numColumns;
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 + ")");
1736 int countX = profile.numColumns;
2353 for (int x = 0; x < countX; x++) {