Searched refs:MIN_LENGTH (Results 1 – 1 of 1) sorted by relevance
528 private static final int MIN_LENGTH = 10; field in GCWrapper545 if (x1 == x2 && Math.abs(y1 - y2) < MIN_LENGTH) { in drawArrow()546 int delta = (MIN_LENGTH - Math.abs(y1 - y2)) / 2; in drawArrow()555 } else if (y1 == y2 && Math.abs(x1 - x2) < MIN_LENGTH) { in drawArrow()556 int delta = (MIN_LENGTH - Math.abs(x1 - x2)) / 2; in drawArrow()