Lines Matching refs:allDayHeight
891 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()
921 allDayHeight = maxAllAllDayHeight in remeasure()
925 mFirstCell = DAY_HEADER_HEIGHT + allDayHeight + ALLDAY_TOP_MARGIN in remeasure()
929 mAlldayHeight = allDayHeight in remeasure()