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

  /external/chromium_org/cc/animation/
scrollbar_animation_controller_thinning.cc 49 animation_delay_(animation_delay),
67 if (now > last_awaken_time_ + animation_delay_)
69 return animation_delay_ - (now - last_awaken_time_);
147 delta -= animation_delay_;
scrollbar_animation_controller_thinning.h 82 base::TimeDelta animation_delay_; member in class:cc::ScrollbarAnimationControllerThinning

Completed in 98 milliseconds