Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt891 var allDayHeight = 0 in remeasure() variable
897 allDayHeight = SINGLE_ALLDAY_HEIGHT in remeasure()
901 allDayHeight = maxAllDayEvents * MAX_HEIGHT_OF_ONE_ALLDAY_EVENT in remeasure()
902 if (allDayHeight > MAX_UNEXPANDED_ALLDAY_HEIGHT) { in remeasure()
903 allDayHeight = MAX_UNEXPANDED_ALLDAY_HEIGHT in remeasure()
912 allDayHeight = Math.max(mAnimateDayHeight, MAX_UNEXPANDED_ALLDAY_HEIGHT) in remeasure()
915 allDayHeight = (maxAllDayEvents * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT).toInt() in remeasure()
917 if (!mShowAllAllDayEvents && allDayHeight > MAX_UNEXPANDED_ALLDAY_HEIGHT) { in remeasure()
918 allDayHeight = (mMaxUnexpandedAlldayEventCount * in remeasure()
920 } else if (allDayHeight > maxAllAllDayHeight) { in remeasure()
[all …]