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.java1267 int allDayHeight = 0; in remeasure() local
1273 allDayHeight = SINGLE_ALLDAY_HEIGHT; in remeasure()
1277 allDayHeight = maxAllDayEvents * MAX_HEIGHT_OF_ONE_ALLDAY_EVENT; in remeasure()
1278 if (allDayHeight > MAX_UNEXPANDED_ALLDAY_HEIGHT) { in remeasure()
1279 allDayHeight = MAX_UNEXPANDED_ALLDAY_HEIGHT; in remeasure()
1288 allDayHeight = Math.max(mAnimateDayHeight, MAX_UNEXPANDED_ALLDAY_HEIGHT); in remeasure()
1291 allDayHeight = (int) (maxAllDayEvents * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT); in remeasure()
1293 if (!mShowAllAllDayEvents && allDayHeight > MAX_UNEXPANDED_ALLDAY_HEIGHT) { in remeasure()
1294 allDayHeight = (int) (mMaxUnexpandedAlldayEventCount * in remeasure()
1296 } else if (allDayHeight > maxAllAllDayHeight) { in remeasure()
[all …]