Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java502 private int mAnimateDayEventHeight = (int) MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT; field in DayView
698 mAnimateDayEventHeight = (int) MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT; in DayView()
2563 … float height = mMaxAlldayEvents > mMaxUnexpandedAlldayEventCount ? mAnimateDayEventHeight : in drawAllDayEvents()
2990 mAnimateDayEventHeight = maxADHeight / mMaxAlldayEvents; in initAllDayHeights()
2992 mAnimateDayEventHeight = (int)MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT; in initAllDayHeights()
3005 int currentHeight = mAnimateDayEventHeight; in getAllDayEventAnimator()
3067 mAnimateDayEventHeight = height; in setAnimateDayEventHeight()