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