Lines Matching refs:cellCountY
145 final int cellCountY = parent.getCellCountY();207 if (y < (cellCountY - 1)) {627 final int cellCountY = layout.getCountY();630 if (0 <= newRow && newRow < cellCountY) {