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.kt324 private var mAnimateDayEventHeight = MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT.toInt() variable
2179 mAnimateDayEventHeight.toFloat() else drawHeight / numRectangles in drawAllDayEvents()
2621 mAnimateDayEventHeight = maxADHeight / mMaxAlldayEvents in initAllDayHeights()
2623 mAnimateDayEventHeight = MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT.toInt() in initAllDayHeights()
2643 val currentHeight = mAnimateDayEventHeight
2713 mAnimateDayEventHeight = height in setAnimateDayEventHeight()
3928 mAnimateDayEventHeight = MIN_UNEXPANDED_ALLDAY_EVENT_HEIGHT.toInt()