Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3324 int currentDistance = 0; in computeNeighbors() local
3328 currentDistance = center - currentRight; in computeNeighbors()
3330 currentDistance = currentLeft - center; in computeNeighbors()
3339 if (neighborDistance < currentDistance) { in computeNeighbors()
3355 int currentDistance = 0; in computeNeighbors() local
3359 currentDistance = center - currentRight; in computeNeighbors()
3361 currentDistance = currentLeft - center; in computeNeighbors()
3370 if (neighborDistance < currentDistance) { in computeNeighbors()
3396 int currentDistance = (int) rightEvent.left - right; in computeNeighbors() local
3397 if (neighborDistance < currentDistance) { in computeNeighbors()
[all …]