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.java1151 int days = month > 1 ? yearLength(year) : yearLength(year - 1); in unsafeNormalize()
1170 int yearLength = yearLength(year); in unsafeNormalize() local
1171 if (monthDay > yearLength) { in unsafeNormalize()
1173 monthDay -= yearLength; in unsafeNormalize()
1215 static int yearLength(int year) { in yearLength() method in RecurrenceProcessor