Home | History | Annotate | Download | only in grid

Lines Matching defs:endY

559         int startY, endY;
561 endY = mRowMatch.matchedLine - 1;
562 startY = endY - bounds.h;
567 startY = endY = mRowMatch.matchedLine;
570 endY = startY + bounds.h;
573 int endRow = mGrid.getRow(endY);