Lines Matching refs:ObjectAnimator
21 import android.animation.ObjectAnimator;
193 private ObjectAnimator mEventsCrossFadeAnimation;
254 mTodayAnimator = ObjectAnimator
623 ObjectAnimator mAlldayAnimator;
625 ObjectAnimator mAlldayEventAnimator;
627 ObjectAnimator mMoreAlldayEventsAnimator;
629 ObjectAnimator mTodayAnimator;
1060 ValueAnimator scrollAnim = ObjectAnimator.ofInt(this, "viewStartY", mViewStartY, gotoY);
1073 mTodayAnimator = ObjectAnimator.ofInt(this, "animateTodayAlpha",
2074 ObjectAnimator.ofInt(DayView.this, "EventsAlpha", 0, 255);
3721 ObjectAnimator.setFrameDelay(0);
3743 mMoreAlldayEventsAnimator = ObjectAnimator.ofInt(this,
3781 private ObjectAnimator getAllDayEventAnimator() {
3798 ObjectAnimator animator = ObjectAnimator.ofInt(this, "animateDayEventHeight",
3805 private ObjectAnimator getAllDayAnimator() {
3817 ObjectAnimator animator = ObjectAnimator.ofInt(this, "animateDayHeight",