Searched refs:startX (Results 1 – 2 of 2) sorted by relevance
496 int startX, endX;499 startX = endX - bounds.w;500 column = mGrid.getColumn(startX);502 startX = mColumnMatch.matchedLine; // TODO: What happens on type=RIGHT?503 endX = startX + bounds.w;
542 int startX; in paintVerticalConstraint() local545 startX = targetBounds.x + targetBounds.w / 4; in paintVerticalConstraint()549 startX = sourceBounds.x; in paintVerticalConstraint()556 graphics.drawLine(startX, sharedY, endX, sharedY); in paintVerticalConstraint()