Searched refs:endY (Results 1 – 2 of 2) sorted by relevance
559 int startY, endY; in handleFreeFormDrop() local561 endY = mRowMatch.matchedLine - 1; in handleFreeFormDrop()562 startY = endY - bounds.h; in handleFreeFormDrop()567 startY = endY = mRowMatch.matchedLine; in handleFreeFormDrop()570 endY = startY + bounds.h; in handleFreeFormDrop()573 int endRow = mGrid.getRow(endY); in handleFreeFormDrop()
699 int startY, endY; in paintHorizontalConstraint() local702 endY = sourceBounds.y2(); in paintHorizontalConstraint()706 endY = targetBounds.y + 3 * targetBounds.h / 2; in paintHorizontalConstraint()713 graphics.drawLine(sharedX, startY, sharedX, endY); in paintHorizontalConstraint()