Home
last modified time | relevance | path

Searched refs:curr_velocity_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/android/
Dscroller.cc182 curr_velocity_(0), in Scroller()
319 curr_velocity_ = velocity_coef * distance_ * duration_seconds_reciprocal_; in ComputeScrollOffset()
358 curr_velocity_ = 0; in AbortAnimation()
381 return curr_velocity_; in GetCurrVelocity()
Dscroller.h138 float curr_velocity_; variable