Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java177 private ObjectAnimator mTodayAnimator = null; field in MonthWeekEventsView
194 if (mTodayAnimator != null) { in onAnimationEnd()
195 mTodayAnimator.removeAllListeners(); in onAnimationEnd()
196 mTodayAnimator.cancel(); in onAnimationEnd()
198 mTodayAnimator = ObjectAnimator.ofInt(MonthWeekEventsView.this, in onAnimationEnd()
200 mAnimator = mTodayAnimator; in onAnimationEnd()
202 mTodayAnimator.addListener(this); in onAnimationEnd()
203 mTodayAnimator.setDuration(600); in onAnimationEnd()
204 mTodayAnimator.start(); in onAnimationEnd()
210 mTodayAnimator = null; in onAnimationEnd()
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java250 if (mTodayAnimator != null) { in onAnimationEnd()
251 mTodayAnimator.removeAllListeners(); in onAnimationEnd()
252 mTodayAnimator.cancel(); in onAnimationEnd()
254 mTodayAnimator = ObjectAnimator in onAnimationEnd()
256 mAnimator = mTodayAnimator; in onAnimationEnd()
258 mTodayAnimator.addListener(this); in onAnimationEnd()
259 mTodayAnimator.setDuration(600); in onAnimationEnd()
260 mTodayAnimator.start(); in onAnimationEnd()
266 mTodayAnimator = null; in onAnimationEnd()
629 ObjectAnimator mTodayAnimator; field in DayView
[all …]