Lines Matching defs:newRow
629 final int newRow = row + lineDelta;630 if (0 <= newRow && newRow < cellCountY) {