Searched refs:sourceSegmentTypeY (Results 1 – 2 of 2) sorted by relevance
188 SegmentType sourceSegmentTypeY = type.sourceSegmentTypeY; in paintConstraint() local199 if (sourceSegmentTypeY == CENTER_HORIZONTAL && targetSegmentTypeY == CENTER_HORIZONTAL) { in paintConstraint()222 if (sourceSegmentTypeY == UNKNOWN) { in paintConstraint()282 SegmentType sourceSegmentTypeY = type.sourceSegmentTypeY; in paintCornerConstraint() local318 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() local389 assert sourceSegmentTypeY != UNKNOWN; in paintVerticalConstraint()392 int sourceY = sourceSegmentTypeY.getY(sourceNode, sourceBounds); in paintVerticalConstraint()[all …]
84 SegmentType sourceSegmentTypeY, SegmentType targetSegmentTypeX, in ConstraintType() argument91 this.sourceSegmentTypeY = sourceSegmentTypeY != null ? sourceSegmentTypeY : UNKNOWN; in ConstraintType()107 public final SegmentType sourceSegmentTypeY; field in ConstraintType