Searched refs:hasDiff (Results 1 – 2 of 2) sorted by relevance
208 if (lastY != PATH_DELIM && !hasDiff(lastX, lx) && !hasDiff(lastY, ly)) { in calculateLocalPaths()220 private boolean hasDiff(int x1, int x2) { in hasDiff() method in UsageGraph