Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintPainter.java392 int sourceY = sourceSegmentTypeY.getY(sourceNode, sourceBounds); in paintVerticalConstraint() local
394 UNKNOWN ? sourceY : targetSegmentTypeY.getY(targetNode, targetBounds); in paintVerticalConstraint()
443 if (sourceY > sharedY + 2) { // Skip when source falls on the margin line in paintVerticalConstraint()
447 graphics.drawArrow(center, sourceY, center, sharedY + 2, ARROW_SIZE); in paintVerticalConstraint()
453 graphics.drawArrow(center, targetY, center, sourceY, ARROW_SIZE); in paintVerticalConstraint()
458 if (sourceY < sharedY - 2) { in paintVerticalConstraint()
462 graphics.drawArrow(center, sourceY, center, sharedY - 3, ARROW_SIZE); in paintVerticalConstraint()
466 graphics.drawArrow(center, targetY, center, sourceY, ARROW_SIZE); in paintVerticalConstraint()
480 if (sourceY == targetY) { in paintVerticalConstraint()
482 sourceY -= 2 * ARROW_SIZE; in paintVerticalConstraint()
[all …]