Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3333 int neighborDistance = 0; in computeNeighbors() local
3335 neighborDistance = center - neighborRight; in computeNeighbors()
3337 neighborDistance = neighborLeft - center; in computeNeighbors()
3339 if (neighborDistance < currentDistance) { in computeNeighbors()
3364 int neighborDistance = 0; in computeNeighbors() local
3366 neighborDistance = center - neighborRight; in computeNeighbors()
3368 neighborDistance = neighborLeft - center; in computeNeighbors()
3370 if (neighborDistance < currentDistance) { in computeNeighbors()
3395 int neighborDistance = neighborLeft - right; in computeNeighbors() local
3397 if (neighborDistance < currentDistance) { in computeNeighbors()
[all …]