Home | History | Annotate | Download | only in launcher2

Lines Matching defs:countX

929             int countX, int countY, int orientation) {
930 int numWidthGaps = countX - 1;
967 int hFreeSpace = hSpace - (countX * cellWidth);
1189 final int countX = mCountX;
1197 int rightOverhang = result[0] + spanX - countX;
1392 final int countX = mCountX;
1402 for (int x = 0; x < countX - (minSpanX - 1); x++) {
1426 if (x + xSize > countX -1 || occupied[x + xSize][y + j]) {
1525 final int countX = mCountX;
1530 for (int x = 0; x < countX - (spanX - 1); x++) {