Home
last modified time | relevance | path

Searched refs:PATH_DELIM (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DUsageGraph.java45 private static final int PATH_DELIM = -1; field in UsageGraph
149 paths.put(points.keyAt(points.size() - 1) + 1, PATH_DELIM); in addPathAndUpdate() local
185 int ly = PATH_DELIM; in calculateLocalPaths()
190 if (y == PATH_DELIM) { in calculateLocalPaths()
200 localPaths.put(lx + 1, PATH_DELIM); in calculateLocalPaths()
208 if (lastY != PATH_DELIM && !hasDiff(lastX, lx) && !hasDiff(lastY, ly)) { in calculateLocalPaths()
280 if (y == PATH_DELIM) { in drawLinePath()
298 if (y == PATH_DELIM) { in drawFilledPath()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageGraph.java45 private static final int PATH_DELIM = -1; field in UsageGraph
149 paths.put(points.keyAt(points.size() - 1) + 1, PATH_DELIM); in addPathAndUpdate() local
185 int ly = PATH_DELIM; in calculateLocalPaths()
190 if (y == PATH_DELIM) { in calculateLocalPaths()
200 localPaths.put(lx + 1, PATH_DELIM); in calculateLocalPaths()
208 if (lastY != PATH_DELIM && !hasDiff(lastX, lx) && !hasDiff(lastY, ly)) { in calculateLocalPaths()
280 if (y == PATH_DELIM) { in drawLinePath()
302 if (y == PATH_DELIM) { in drawFilledPath()