Searched refs:isLeapYear (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java1221 static boolean isLeapYear(int year) { method in class:RecurrenceProcessor
1232 return isLeapYear(year) ? 366 : 365;
1252 return isLeapYear(year) ? 29 : 28;
1282 if (month >= 2 && isLeapYear(year)) {

Completed in 73 milliseconds