Searched refs:maxADHeight (Results 1 – 1 of 1) sorted by relevance
2987 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in initAllDayHeights() local2988 maxADHeight = Math.min(maxADHeight, in initAllDayHeights()2990 mAnimateDayEventHeight = maxADHeight / mMaxAlldayEvents; in initAllDayHeights()2999 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in getAllDayEventAnimator() local3001 maxADHeight = in getAllDayEventAnimator()3002 Math.min(maxADHeight, (int)(mMaxAlldayEvents * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT)); in getAllDayEventAnimator()3004 int fitHeight = maxADHeight / mMaxAlldayEvents; in getAllDayEventAnimator()3023 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in getAllDayAnimator() local3025 maxADHeight = in getAllDayAnimator()3026 Math.min(maxADHeight, (int)(mMaxAlldayEvents * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT)); in getAllDayAnimator()[all …]