Searched refs:paintConstraint (Results 1 – 2 of 2) 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() method in ConstraintPainter 72 paintConstraint(graphics, type, match.with.node, sourceBounds, match.edge.node, in paintConstraint() 85 private static void paintConstraint(IGraphics graphics, Constraint constraint, in paintConstraint() method in ConstraintPainter 99 paintConstraint(graphics, constraint.type, sourceNode, sourceBounds, targetNode, in paintConstraint() 174 paintConstraint(graphics, constraint, mutableConstraintSet); in paintConstraints() 183 private static void paintConstraint(IGraphics graphics, ConstraintType type, INode sourceNode, in paintConstraint() method in ConstraintPainter
|
D | GuidelinePainter.java | 149 ConstraintPainter.paintConstraint(gc, state.mBounds, m); in showMatch()
|