Searched refs:drawArrow (Results 1 – 3 of 3) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | ConstraintPainter.java | 351 graphics.drawArrow(x1, y1, x2, y2, ARROW_SIZE); in paintCornerConstraint() 447 graphics.drawArrow(center, sourceY, center, sharedY + 2, ARROW_SIZE); in paintVerticalConstraint() 448 graphics.drawArrow(center, targetY, center, sharedY - 3, ARROW_SIZE); in paintVerticalConstraint() 453 graphics.drawArrow(center, targetY, center, sourceY, ARROW_SIZE); in paintVerticalConstraint() 462 graphics.drawArrow(center, sourceY, center, sharedY - 3, ARROW_SIZE); in paintVerticalConstraint() 463 graphics.drawArrow(center, targetY, center, sharedY + 3, ARROW_SIZE); in paintVerticalConstraint() 466 graphics.drawArrow(center, targetY, center, sourceY, ARROW_SIZE); in paintVerticalConstraint() 495 graphics.drawArrow(center, sourceY, center, targetY, ARROW_SIZE); in paintVerticalConstraint() 577 graphics.drawArrow(x, sourceY, x, sharedY, ARROW_SIZE); in paintVerticalConstraint() 585 graphics.drawArrow(tx, ty + 2 * ARROW_SIZE, tx, ty, ARROW_SIZE); in paintVerticalConstraint() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestGraphics.java | 169 public void drawArrow(int x1, int y1, int x2, int y2, int size) { in drawArrow() method in TestGraphics
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | GCWrapper.java | 532 public void drawArrow(int x1, int y1, int x2, int y2, int size) { in drawArrow() method in GCWrapper
|