Home
last modified time | relevance | path

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

/aosp12/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthWeekEventsView.java177 private ObjectAnimator mTodayAnimator = null; field in MonthWeekEventsView
194 if (mTodayAnimator != null) { in onAnimationEnd()
196 mTodayAnimator.cancel(); in onAnimationEnd()
200 mAnimator = mTodayAnimator; in onAnimationEnd()
203 mTodayAnimator.setDuration(600); in onAnimationEnd()
204 mTodayAnimator.start(); in onAnimationEnd()
210 mTodayAnimator = null; in onAnimationEnd()
502 if (mTodayAnimator != null) { in setWeekParams()
504 mTodayAnimator.cancel(); in setWeekParams()
508 mTodayAnimator.setDuration(150); in setWeekParams()
[all …]
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java247 if (mTodayAnimator != null) { in onAnimationEnd()
249 mTodayAnimator.cancel(); in onAnimationEnd()
251 mTodayAnimator = ObjectAnimator in onAnimationEnd()
253 mAnimator = mTodayAnimator; in onAnimationEnd()
257 mTodayAnimator.start(); in onAnimationEnd()
263 mTodayAnimator = null; in onAnimationEnd()
621 ObjectAnimator mTodayAnimator; field in DayView
1052 if (mTodayAnimator != null) { in setSelected()
1054 mTodayAnimator.cancel(); in setSelected()
1062 mTodayAnimator.setDuration(150); in setSelected()
[all …]