HomeSort by relevance Sort by last modified time
    Searched defs:paintConstraint (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 149 ConstraintPainter.paintConstraint(gc, state.mBounds, m);
ConstraintPainter.java 68 static void paintConstraint(IGraphics graphics, Rect sourceBounds, Match match) {
72 paintConstraint(graphics, type, match.with.node, sourceBounds, match.edge.node,
85 private static void paintConstraint(IGraphics graphics, Constraint constraint,
99 paintConstraint(graphics, constraint.type, sourceNode, sourceBounds, targetNode,
171 // paintConstraint can digest more than one constraint, so we need to keep
174 paintConstraint(graphics, constraint, mutableConstraintSet);
183 private static void paintConstraint(IGraphics graphics, ConstraintType type, INode sourceNode,
    [all...]

Completed in 41 milliseconds