Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3326 int currentRight = (int) upEvent.right; in computeNeighbors() local
3327 if (currentRight <= center) { in computeNeighbors()
3328 currentDistance = center - currentRight; in computeNeighbors()
3357 int currentRight = (int) downEvent.right; in computeNeighbors() local
3358 if (currentRight <= center) { in computeNeighbors()
3359 currentDistance = center - currentRight; in computeNeighbors()