Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DUsageGraph.java213 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