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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java1167 int days = month > 1 ? yearLength(year) : yearLength(year - 1);
1186 int yearLength = yearLength(year);
1187 if (monthDay > yearLength) {
1189 monthDay -= yearLength;
1231 static int yearLength(int year) { method in class:RecurrenceProcessor

Completed in 63 milliseconds