Home
last modified time | relevance | path

Searched refs:endY (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java559 int startY, endY; in handleFreeFormDrop() local
561 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()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintPainter.java699 int startY, endY; in paintHorizontalConstraint() local
702 endY = sourceBounds.y2(); in paintHorizontalConstraint()
706 endY = targetBounds.y + 3 * targetBounds.h / 2; in paintHorizontalConstraint()
713 graphics.drawLine(sharedX, startY, sharedX, endY); in paintHorizontalConstraint()