Home
last modified time | relevance | path

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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDatePickerDialog.java433 int daysInMonth = Utils.getDaysInMonth(month, year); in adjustDayInMonthIfNeeded() local
434 if (day > daysInMonth) { in adjustDayInMonthIfNeeded()
435 mCalendar.set(Calendar.DAY_OF_MONTH, daysInMonth); in adjustDayInMonthIfNeeded()
/frameworks/base/core/java/android/widget/
DDatePickerCalendarDelegate.java260 final int daysInMonth = getDaysInMonth(month, year);
261 if (day > daysInMonth) {
262 mCurrentDate.set(Calendar.DAY_OF_MONTH, daysInMonth);