Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintPainter.java188 SegmentType sourceSegmentTypeY = type.sourceSegmentTypeY; in paintConstraint() local
199 if (sourceSegmentTypeY == CENTER_HORIZONTAL && targetSegmentTypeY == CENTER_HORIZONTAL) { in paintConstraint()
222 if (sourceSegmentTypeY == UNKNOWN) { in paintConstraint()
282 SegmentType sourceSegmentTypeY = type.sourceSegmentTypeY; in paintCornerConstraint() local
318 if (sourceSegmentTypeY == UNKNOWN) { in paintCornerConstraint()
319 sourceSegmentTypeY = pair.type.sourceSegmentTypeY; in paintCornerConstraint()
334 if (sourceSegmentTypeY == TOP) { in paintCornerConstraint()
385 SegmentType sourceSegmentTypeY = type.sourceSegmentTypeY; in paintVerticalConstraint() local
389 assert sourceSegmentTypeY != UNKNOWN; in paintVerticalConstraint()
392 int sourceY = sourceSegmentTypeY.getY(sourceNode, sourceBounds); in paintVerticalConstraint()
[all …]
DConstraintType.java84 SegmentType sourceSegmentTypeY, SegmentType targetSegmentTypeX, in ConstraintType() argument
91 this.sourceSegmentTypeY = sourceSegmentTypeY != null ? sourceSegmentTypeY : UNKNOWN; in ConstraintType()
107 public final SegmentType sourceSegmentTypeY; field in ConstraintType