Home | History | Annotate | Download | only in event

Lines Matching refs:monthDay

275                     endTime.monthDay = startTime.monthDay + 1;
338 public void onDateSet(DatePickerDialog view, int year, int month, int monthDay) {
339 Log.d(TAG, "onDateSet: " + year + " " + month + " " + monthDay);
353 int monthDayDuration = endTime.monthDay - startTime.monthDay;
357 startTime.monthDay = monthDay;
363 endTime.monthDay = monthDay + monthDayDuration;
376 endTime.monthDay = monthDay;
520 mTime.year, mTime.month, mTime.monthDay);
720 // Reset start and end time, increment the monthDay by 1, and set
1645 mEndTime.monthDay--;
1667 mEndTime.monthDay++;