Searched defs:matchedLine (Results 1 – 2 of 2) sorted by relevance
296 int matchedLine = bounds.centerX(); in addCenterColumnMatch() local356 int matchedLine = bounds.x + MARGIN_SIZE; in addColumnGapMatch() local364 int matchedLine = bounds.x2() - MARGIN_SIZE; in addColumnGapMatch() local375 int matchedLine = columnX + SHORT_GAP_DP; in addColumnGapMatch() local417 int matchedLine = bounds.y + MARGIN_SIZE; in addRowGapMatch() local425 int matchedLine = bounds.y2() - MARGIN_SIZE; in addRowGapMatch() local436 int matchedLine = rowY + SHORT_GAP_DP; in addRowGapMatch() local
42 public int matchedLine; field in GridMatch59 GridMatch(SegmentType type, int distance, int matchedLine, int cellIndex, in GridMatch()