Home
last modified time | relevance | path

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

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