Searched refs:last_retarget_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/animation/
H A Dscroll_offset_animation_curve.cc69 double duration = (total_animation_duration_ - last_retarget_).InSecondsF();
70 t -= last_retarget_.InSecondsF();
100 curve_clone->last_retarget_ = last_retarget_;
112 (total_animation_duration_ - last_retarget_).InSecondsF();
116 (t - last_retarget_.InSecondsF()) / old_duration);
128 last_retarget_ = base::TimeDelta::FromSecondsD(t);
H A Dscroll_offset_animation_curve.h44 base::TimeDelta last_retarget_; member in class:cc::ScrollOffsetAnimationCurve

Completed in 6488 milliseconds