Searched refs:allDayEventClip (Results 1 – 1 of 1) sorted by relevance
2899 int allDayEventClip = DAY_HEADER_HEIGHT + mAlldayHeight + ALLDAY_TOP_MARGIN; in drawAllDayEvents() local2908 allDayEventClip -= MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT; in drawAllDayEvents()2912 allDayEventClip = DAY_HEADER_HEIGHT + mAnimateDayHeight + ALLDAY_TOP_MARGIN; in drawAllDayEvents()2950 if (event.top >= allDayEventClip) { in drawAllDayEvents()2953 } else if (event.bottom > allDayEventClip) { in drawAllDayEvents()2958 event.bottom = allDayEventClip; in drawAllDayEvents()