Searched refs:mAnimateDayHeight (Results 1 – 1 of 1) sorted by relevance
319 private var mAnimateDayHeight = 0 variable908 if (mAnimateDayHeight != 0) { in remeasure()912 allDayHeight = Math.max(mAnimateDayHeight, MAX_UNEXPANDED_ALLDAY_HEIGHT) in remeasure()2149 !mShowAllAllDayEvents && mAnimateDayHeight == 0) { in drawAllDayEvents()2156 } else if (mAnimateDayHeight != 0) { in drawAllDayEvents()2158 allDayEventClip = DAY_HEADER_HEIGHT + mAnimateDayHeight + ALLDAY_TOP_MARGIN in drawAllDayEvents()2564 if (mAnimateDayHeight == 0) { in doExpandAllDayClick()2565 mAnimateDayHeight = in doExpandAllDayClick()2672 val currentHeight = if (mAnimateDayHeight != 0) mAnimateDayHeight else mAlldayHeight2688 mAnimateDayHeight = 0 in onAnimationEnd()[all …]