Searched refs:targetBounds (Results 1 – 1 of 1) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | ConstraintPainter.java | 69 Rect targetBounds = match.edge.node.getBounds(); in paintConstraint() local 73 targetBounds, null /* allConstraints */, true /* highlightTargetEdge */); in paintConstraint() 98 Rect targetBounds = targetNode.getBounds(); in paintConstraint() local 100 targetBounds, allConstraints, false /* highlightTargetEdge */); 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() 209 targetBounds, allConstraints)) { in paintConstraint() 217 targetBounds, highlightTargetEdge); in paintConstraint() 224 targetBounds, highlightTargetEdge); in paintConstraint() [all …]
|