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

  /external/chromium_org/ui/gfx/android/
scroller.h 138 float curr_velocity_; member in class:gfx::Scroller
scroller.cc 182 curr_velocity_(0),
319 curr_velocity_ = velocity_coef * distance_ * duration_seconds_reciprocal_;
358 curr_velocity_ = 0;
381 return curr_velocity_;

Completed in 62 milliseconds