Searched refs:PATH_DELIM (Results 1 – 1 of 1) sorted by relevance
45 private static final int PATH_DELIM = -1; field in UsageGraph154 paths.put(points.keyAt(points.size() - 1) + 1, PATH_DELIM); in addPathAndUpdate() local190 int ly = PATH_DELIM; in calculateLocalPaths()195 if (y == PATH_DELIM) { in calculateLocalPaths()205 localPaths.put(lx + 1, PATH_DELIM); in calculateLocalPaths()213 if (lastY != PATH_DELIM && !hasDiff(lastX, lx) && !hasDiff(lastY, ly)) { in calculateLocalPaths()285 if (y == PATH_DELIM) { in drawLinePath()307 if (y == PATH_DELIM) { in drawFilledPath()