Searched refs:PARENT_RECT_SIZE (Results 1 – 1 of 1) sorted by relevance
59 private static final int PARENT_RECT_SIZE = 12; field in ConstraintPainter398 graphics.fillRect(targetBounds.x, targetY - PARENT_RECT_SIZE / 2, in paintVerticalConstraint()399 targetBounds.x2(), targetY + PARENT_RECT_SIZE / 2); in paintVerticalConstraint()628 graphics.fillRect(targetX - PARENT_RECT_SIZE / 2, targetBounds.y, in paintHorizontalConstraint()629 targetX + PARENT_RECT_SIZE / 2, targetBounds.y2()); in paintHorizontalConstraint()