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

  /external/chromium_org/ui/base/gestures/
velocity_calculator.cc 15 y_velocity_(0),
30 return y_velocity_;
48 return x_velocity_ * x_velocity_ + y_velocity_ * y_velocity_;
98 y_velocity_ = yt / (tt / 1000000.0f);
101 y_velocity_ = 0.0f;
110 y_velocity_ = 0;
velocity_calculator.h 43 float y_velocity_; member in class:ui::VelocityCalculator

Completed in 55 milliseconds