Home | History | Annotate | Download | only in grid

Lines Matching defs:endRow

573         int endRow = mGrid.getRow(endY);
575 int rowSpan = endRow - row + 1;
583 mRowMatch.type == SegmentType.BOTTOM ? endRow : row, 1)) {