Searched refs:endX (Results 1 – 2 of 2) sorted by relevance
550 int startX, endX; in handleFreeFormDrop() local552 endX = mColumnMatch.matchedLine - 1; in handleFreeFormDrop()553 startX = endX - bounds.w; in handleFreeFormDrop()557 endX = startX + bounds.w; in handleFreeFormDrop()572 int endColumn = mGrid.getColumn(endX); in handleFreeFormDrop()
543 int endX; in paintVerticalConstraint() local546 endX = sourceBounds.x2(); in paintVerticalConstraint()550 endX = targetBounds.x + 3 * targetBounds.w / 4; in paintVerticalConstraint()556 graphics.drawLine(startX, sharedY, endX, sharedY); in paintVerticalConstraint()