Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3383 int neighborBottom = (int) neighbor.bottom; in computeNeighbors() local
3385 if (neighborBottom <= center) { in computeNeighbors()
3386 distance = center - neighborBottom; in computeNeighbors()
3407 int neighborBottom = (int) neighbor.bottom; in computeNeighbors() local
3409 if (neighborBottom <= center) { in computeNeighbors()
3410 distance = center - neighborBottom; in computeNeighbors()