Home | History | Annotate | Download | only in grid

Lines Matching refs:getRow

147                 rowMatches.add(new GridMatch(SegmentType.TOP, 0, y1, mGrid.getRow(y1),
179 int row = mGrid.getRow(y1);
420 boolean createCell = mGrid.getRowY(mGrid.getRow(matchedLine)) != matchedLine;
429 //boolean createCell = mGrid.getRowY(mGrid.getRow(matchedLine)) != matchedLine;
434 int rowBottom = mGrid.getRow(y1 - SHORT_GAP_DP);
439 boolean createCell = mGrid.getRowY(mGrid.getRow(matchedLine)) != matchedLine;
445 rowBottom = mGrid.getRow(y1);
451 boolean createCell = mGrid.getRowY(mGrid.getRow(matchedLine)) != matchedLine;
547 //row = mGrid.getRow(rowY);
563 row = mGrid.getRow(startY);
573 int endRow = mGrid.getRow(endY);