Home | History | Annotate | Download | only in launcher2

Lines Matching refs:countY

929             int countX, int countY, int orientation) {
931 int numHeightGaps = countY - 1;
968 int vFreeSpace = vSpace - (countY * cellHeight);
1190 final int countY = mCountY;
1202 int bottomOverhang = result[1] + spanY - countY;
1393 final int countY = mCountY;
1400 for (int y = 0; y < countY - (minSpanY - 1); y++) {
1436 if (y + ySize > countY - 1 || occupied[x + i][y + ySize]) {
1526 final int countY = mCountY;
1528 for (int y = 0; y < countY - (spanY - 1); y++) {