Searched refs:columnX (Results 1 – 1 of 1) sorted by relevance
263 int columnX = mGrid.getColumnX(column); in addLeftSideMatch() local264 int distance = abs(columnX - x1); in addLeftSideMatch()266 columnMatches.add(new GridMatch(SegmentType.LEFT, distance, columnX, column, in addLeftSideMatch()280 int columnX = mGrid.getColumnX(columnRight); in addRightSideMatch() local281 if (columnX > mGrid.layout.getBounds().x) { in addRightSideMatch()282 columnMatches.add(new GridMatch(SegmentType.RIGHT, rightDistance, columnX, in addRightSideMatch()374 int columnX = mGrid.getColumnMaxX(columnRight); in addColumnGapMatch() local375 int matchedLine = columnX + SHORT_GAP_DP; in addColumnGapMatch()385 columnX = mGrid.getColumnMaxX(columnRight); in addColumnGapMatch()386 matchedLine = columnX; in addColumnGapMatch()