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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 169 public void drawArrow(int x1, int y1, int x2, int y2, int size) {
170 mDrawn.add("drawArrow(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 351 graphics.drawArrow(x1, y1, x2, y2, ARROW_SIZE);
447 graphics.drawArrow(center, sourceY, center, sharedY + 2, ARROW_SIZE);
448 graphics.drawArrow(center, targetY, center, sharedY - 3, ARROW_SIZE);
453 graphics.drawArrow(center, targetY, center, sourceY, ARROW_SIZE);
462 graphics.drawArrow(center, sourceY, center, sharedY - 3, ARROW_SIZE);
463 graphics.drawArrow(center, targetY, center, sharedY + 3, ARROW_SIZE);
466 graphics.drawArrow(center, targetY, center, sourceY, ARROW_SIZE);
495 graphics.drawArrow(center, sourceY, center, targetY, ARROW_SIZE);
577 graphics.drawArrow(x, sourceY, x, sharedY, ARROW_SIZE);
585 graphics.drawArrow(tx, ty + 2 * ARROW_SIZE, tx, ty, ARROW_SIZE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 532 public void drawArrow(int x1, int y1, int x2, int y2, int size) {
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 154 milliseconds