Home | History | Annotate | Download | only in relative

Lines Matching defs:targetNode

91         INode targetNode = target.node;
92 if (sourceNode == targetNode) {
98 Rect targetBounds = targetNode.getBounds();
99 paintConstraint(graphics, constraint.type, sourceNode, sourceBounds, targetNode,
184 Rect sourceBounds, INode targetNode, Rect targetBounds,
208 if (paintCornerConstraint(graphics, type, sourceNode, sourceBounds, targetNode,
216 paintVerticalConstraint(graphics, type, sourceNode, sourceBounds, targetNode,
223 paintHorizontalConstraint(graphics, type, sourceNode, sourceBounds, targetNode,
271 * @param targetNode the target node
278 INode sourceNode, Rect sourceBounds, INode targetNode, Rect targetBounds,
304 constraint.to.node == targetNode && constraint.from.node == sourceNode) {
383 INode sourceNode, Rect sourceBounds, INode targetNode, Rect targetBounds,
387 Margins targetMargins = targetNode.getMargins();
394 UNKNOWN ? sourceY : targetSegmentTypeY.getY(targetNode, targetBounds);
533 UNKNOWN ? sourceY : targetSegmentTypeY.getY(targetNode, targetBounds);
599 int ty = targetSegmentTypeY.getY(targetNode, targetBounds);
611 INode sourceNode, Rect sourceBounds, INode targetNode, Rect targetBounds,
615 Margins targetMargins = targetNode.getMargins();
624 sourceX : targetSegmentTypeX.getX(targetNode, targetBounds);
690 sourceX : targetSegmentTypeX.getX(targetNode, targetBounds);