Home | History | Annotate | Download | only in launcher3

Lines Matching refs:countX

917             int paddedMeasureHeight, int countX, int countY) {
920 metrics.set(grid.calculateCellWidth(paddedMeasureWidth, countX),
1168 final int countX = mCountX;
1176 int rightOverhang = result[0] + spanX - countX;
1367 final int countX = mCountX;
1377 for (int x = 0; x < countX - (minSpanX - 1); x++) {
1401 if (x + xSize > countX -1 || occupied[x + xSize][y + j]) {
1500 final int countX = mCountX;
1505 for (int x = 0; x < countX - (spanX - 1); x++) {