Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintPainter.java59 private static final int PARENT_RECT_SIZE = 12; field in ConstraintPainter
398 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()