Searched defs:sourceBounds (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 | 68 static void paintConstraint(IGraphics graphics, Rect sourceBounds, Match match) { in paintConstraint() 97 Rect sourceBounds = sourceNode.getBounds(); in paintConstraint() local 184 Rect sourceBounds, INode targetNode, Rect targetBounds, in paintConstraint() 278 INode sourceNode, Rect sourceBounds, INode targetNode, Rect targetBounds, in paintCornerConstraint() 383 INode sourceNode, Rect sourceBounds, INode targetNode, Rect targetBounds, in paintVerticalConstraint() 611 INode sourceNode, Rect sourceBounds, INode targetNode, Rect targetBounds, in paintHorizontalConstraint() 760 private static void paintVerticalCenterConstraint(IGraphics graphics, Rect sourceBounds, in paintVerticalCenterConstraint() 774 private static void paintHorizontalCenterConstraint(IGraphics graphics, Rect sourceBounds, in paintHorizontalCenterConstraint()
|