Home | History | Annotate | Download | only in relative

Lines Matching refs:targetY

393         int targetY = targetSegmentTypeY ==
398 graphics.fillRect(targetBounds.x, targetY - PARENT_RECT_SIZE / 2,
399 targetY + PARENT_RECT_SIZE / 2);
442 int sharedY = targetY + targetMargins.bottom;
448 graphics.drawArrow(center, targetY, center, sharedY - 3, ARROW_SIZE);
453 graphics.drawArrow(center, targetY, center, sourceY, ARROW_SIZE);
457 int sharedY = targetY - targetMargins.top;
463 graphics.drawArrow(center, targetY, center, sharedY + 3, ARROW_SIZE);
466 graphics.drawArrow(center, targetY, center, sourceY, ARROW_SIZE);
480 if (sourceY == targetY) {
490 sourceY = targetY - 2 * ARROW_SIZE;
495 graphics.drawArrow(center, sourceY, center, targetY, ARROW_SIZE);