Searched refs:allDayEventClip (Results 1 – 1 of 1) sorted by relevance
2530 int allDayEventClip = DAY_HEADER_HEIGHT + mAlldayHeight + ALLDAY_TOP_MARGIN; in drawAllDayEvents() local2539 allDayEventClip -= MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT; in drawAllDayEvents()2543 allDayEventClip = DAY_HEADER_HEIGHT + mAnimateDayHeight + ALLDAY_TOP_MARGIN; in drawAllDayEvents()2581 if (event.top >= allDayEventClip) { in drawAllDayEvents()2584 } else if (event.bottom > allDayEventClip) { in drawAllDayEvents()2589 event.bottom = allDayEventClip; in drawAllDayEvents()