HomeSort by relevance Sort by last modified time
    Searched refs:sourceY (Results 1 - 8 of 8) sorted by null

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