Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventView.java352 int monthDuration = endTime.month - startTime.month; in onDateSet() local
362 endTime.month = month + monthDuration; in onDateSet()