Searched refs:daysInMonth (Results 1 – 2 of 2) sorted by relevance
433 int daysInMonth = Utils.getDaysInMonth(month, year); in adjustDayInMonthIfNeeded() local434 if (day > daysInMonth) { in adjustDayInMonthIfNeeded()435 mCalendar.set(Calendar.DAY_OF_MONTH, daysInMonth); in adjustDayInMonthIfNeeded()
260 final int daysInMonth = getDaysInMonth(month, year);261 if (day > daysInMonth) {262 mCurrentDate.set(Calendar.DAY_OF_MONTH, daysInMonth);