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.kt115 private var mTodayAnimator: ObjectAnimator? = null variable
133 if (mTodayAnimator != null) { in onAnimationEnd()
134 mTodayAnimator?.removeAllListeners() in onAnimationEnd()
135 mTodayAnimator?.cancel() in onAnimationEnd()
137 mTodayAnimator = ObjectAnimator.ofInt(this@MonthWeekEventsView, in onAnimationEnd()
139 mAnimator = mTodayAnimator in onAnimationEnd()
141 mTodayAnimator?.addListener(this) in onAnimationEnd()
142 mTodayAnimator?.setDuration(600) in onAnimationEnd()
143 mTodayAnimator?.start() in onAnimationEnd()
149 mTodayAnimator = null in onAnimationEnd()
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt181 if (mTodayAnimator != null) { in onAnimationEnd()
182 mTodayAnimator?.removeAllListeners() in onAnimationEnd()
183 mTodayAnimator?.cancel() in onAnimationEnd()
185 mTodayAnimator = ObjectAnimator in onAnimationEnd()
187 mAnimator = mTodayAnimator in onAnimationEnd()
189 mTodayAnimator?.addListener(this) in onAnimationEnd()
190 mTodayAnimator?.setDuration(600) in onAnimationEnd()
191 mTodayAnimator?.start() in onAnimationEnd()
197 mTodayAnimator = null in onAnimationEnd()
395 var mTodayAnimator: ObjectAnimator? = null variable
[all …]