Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintPainter.java190 SegmentType targetSegmentTypeY = type.targetSegmentTypeY; in paintConstraint() local
199 if (sourceSegmentTypeY == CENTER_HORIZONTAL && targetSegmentTypeY == CENTER_HORIZONTAL) { in paintConstraint()
284 SegmentType targetSegmentTypeY = type.targetSegmentTypeY; in paintCornerConstraint() local
324 if (targetSegmentTypeY == UNKNOWN) { in paintCornerConstraint()
325 targetSegmentTypeY = pair.type.targetSegmentTypeY; in paintCornerConstraint()
344 if (targetSegmentTypeY == TOP) { in paintCornerConstraint()
386 SegmentType targetSegmentTypeY = type.targetSegmentTypeY; in paintVerticalConstraint() local
393 int targetY = targetSegmentTypeY == in paintVerticalConstraint()
394 UNKNOWN ? sourceY : targetSegmentTypeY.getY(targetNode, targetBounds); in paintVerticalConstraint()
441 if (targetSegmentTypeY == BOTTOM && targetMargins.bottom > 5) { in paintVerticalConstraint()
[all …]
DConstraintType.java85 SegmentType targetSegmentTypeY, boolean targetParent, boolean horizontalEdge, in ConstraintType() argument
93 this.targetSegmentTypeY = targetSegmentTypeY != null ? targetSegmentTypeY : UNKNOWN; in ConstraintType()
113 public final SegmentType targetSegmentTypeY; field in ConstraintType