Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DUsageGraph.java208 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
/packages/apps/Settings/src/com/android/settings/widget/
DUsageGraph.java208 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