HomeSort by relevance Sort by last modified time
    Searched full:sharedy (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 442 int sharedY = targetY + targetMargins.bottom;
443 if (sourceY > sharedY + 2) { // Skip when source falls on the margin line
445 graphics.drawLine(targetBounds.x, sharedY, targetBounds.x2(), sharedY);
447 graphics.drawArrow(center, sourceY, center, sharedY + 2, ARROW_SIZE);
448 graphics.drawArrow(center, targetY, center, sharedY - 3, ARROW_SIZE);
457 int sharedY = targetY - targetMargins.top;
458 if (sourceY < sharedY - 2) {
460 graphics.drawLine(targetBounds.x, sharedY, targetBounds.x2(), sharedY);
    [all...]

Completed in 98 milliseconds