Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaByDayAdapter.java514 long idFoundMinDistance = Integer.MAX_VALUE; // some big number in findEventPositionNearestTime() local
546 if (distance < idFoundMinDistance) { in findEventPositionNearestTime()
547 idFoundMinDistance = distance; in findEventPositionNearestTime()