Searched refs:mAnimateDayHeight (Results 1 – 1 of 1) sorted by relevance
503 private int mAnimateDayHeight = 0; field in DayView1284 if (mAnimateDayHeight != 0) { in remeasure()1288 allDayHeight = Math.max(mAnimateDayHeight, MAX_UNEXPANDED_ALLDAY_HEIGHT); in remeasure()2903 mAnimateDayHeight == 0) { in drawAllDayEvents()2910 } else if (mAnimateDayHeight != 0) { in drawAllDayEvents()2912 allDayEventClip = DAY_HEADER_HEIGHT + mAnimateDayHeight + ALLDAY_TOP_MARGIN; in drawAllDayEvents()3724 if (mAnimateDayHeight == 0) { in doExpandAllDayClick()3725 mAnimateDayHeight = mShowAllAllDayEvents ? in doExpandAllDayClick()3812 int currentHeight = mAnimateDayHeight != 0 ? mAnimateDayHeight : mAlldayHeight; in getAllDayAnimator()3826 mAnimateDayHeight = 0; in getAllDayAnimator()[all …]