Home | History | Annotate | Download | only in calendar

Lines Matching refs:mTodayAnimator

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;
1069 if (mTodayAnimator != null) {
1070 mTodayAnimator.removeAllListeners();
1071 mTodayAnimator.cancel();
1073 mTodayAnimator = ObjectAnimator.ofInt(this, "animateTodayAlpha",
1077 mTodayAnimatorListener.setAnimator(mTodayAnimator);
1078 mTodayAnimator.addListener(mTodayAnimatorListener);
1079 mTodayAnimator.setDuration(150);
1081 mTodayAnimator.setStartDelay(GOTO_SCROLL_DURATION);
1083 mTodayAnimator.start();