Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt881 val maxAllDayEvents = mMaxAlldayEvents in remeasure() constant
892 if (maxAllDayEvents > 0) { in remeasure()
896 if (maxAllDayEvents == 1) { in remeasure()
898 } else if (maxAllDayEvents <= mMaxUnexpandedAlldayEventCount) { in remeasure()
901 allDayHeight = maxAllDayEvents * MAX_HEIGHT_OF_ONE_ALLDAY_EVENT in remeasure()
915 allDayHeight = (maxAllDayEvents * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT).toInt() in remeasure()
1466 var maxAllDayEvents = 0 in computeEventRelations() variable
1483 if (maxAllDayEvents < count) { in computeEventRelations()
1484 maxAllDayEvents = count in computeEventRelations()
1518 mMaxAlldayEvents = maxAllDayEvents in computeEventRelations()