HomeSort by relevance Sort by last modified time
    Searched refs:mTodayAnimator (Results 1 - 2 of 2) sorted by null

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

Completed in 172 milliseconds