Searched refs:maxADHeight (Results 1 – 1 of 1) sorted by relevance
3771 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in initAllDayHeights() local3772 maxADHeight = Math.min(maxADHeight, in initAllDayHeights()3774 mAnimateDayEventHeight = maxADHeight / mMaxAlldayEvents; in initAllDayHeights()3783 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in getAllDayEventAnimator() local3785 maxADHeight = in getAllDayEventAnimator()3786 Math.min(maxADHeight, (int)(mMaxAlldayEvents * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT)); in getAllDayEventAnimator()3788 int fitHeight = maxADHeight / mMaxAlldayEvents; in getAllDayEventAnimator()3807 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in getAllDayAnimator() local3809 maxADHeight = in getAllDayAnimator()3810 Math.min(maxADHeight, (int)(mMaxAlldayEvents * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT)); in getAllDayAnimator()[all …]