Home
last modified time | relevance | path

Searched refs:maxADHeight (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java2987 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in initAllDayHeights() local
2988 maxADHeight = Math.min(maxADHeight, in initAllDayHeights()
2990 mAnimateDayEventHeight = maxADHeight / mMaxAlldayEvents; in initAllDayHeights()
2999 int maxADHeight = mViewHeight - DAY_HEADER_HEIGHT - MIN_HOURS_HEIGHT; in getAllDayEventAnimator() local
3001 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() local
3025 maxADHeight = in getAllDayAnimator()
3026 Math.min(maxADHeight, (int)(mMaxAlldayEvents * MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT)); in getAllDayAnimator()
[all …]