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.java1250 int allDayHeight = 0; in remeasure() local
1256 allDayHeight = SINGLE_ALLDAY_HEIGHT; in remeasure()
1260 allDayHeight = maxAllDayEvents * MAX_HEIGHT_OF_ONE_ALLDAY_EVENT; in remeasure()
1261 if (allDayHeight > MAX_UNEXPANDED_ALLDAY_HEIGHT) { in remeasure()
1262 allDayHeight = MAX_UNEXPANDED_ALLDAY_HEIGHT; in remeasure()
1271 allDayHeight = Math.max(mAnimateDayHeight, MAX_UNEXPANDED_ALLDAY_HEIGHT); in remeasure()
1274 allDayHeight = (int) (maxAllDayEvents * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT); in remeasure()
1276 if (!mShowAllAllDayEvents && allDayHeight > MAX_UNEXPANDED_ALLDAY_HEIGHT) { in remeasure()
1277 allDayHeight = (int) (mMaxUnexpandedAlldayEventCount * in remeasure()
1279 } else if (allDayHeight > maxAllAllDayHeight) { in remeasure()
[all …]