Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintPainter.java68 static void paintConstraint(IGraphics graphics, Rect sourceBounds, Match match) { in paintConstraint() argument
72 paintConstraint(graphics, type, match.with.node, sourceBounds, match.edge.node, in paintConstraint()
97 Rect sourceBounds = sourceNode.getBounds(); in paintConstraint() local
99 paintConstraint(graphics, constraint.type, sourceNode, sourceBounds, targetNode, in paintConstraint()
184 Rect sourceBounds, INode targetNode, Rect targetBounds, in paintConstraint() argument
194 paintHorizontalCenterConstraint(graphics, sourceBounds, targetBounds); in paintConstraint()
200 paintVerticalCenterConstraint(graphics, sourceBounds, targetBounds); in paintConstraint()
208 if (paintCornerConstraint(graphics, type, sourceNode, sourceBounds, targetNode, in paintConstraint()
216 paintVerticalConstraint(graphics, type, sourceNode, sourceBounds, targetNode, in paintConstraint()
223 paintHorizontalConstraint(graphics, type, sourceNode, sourceBounds, targetNode, in paintConstraint()
[all …]