Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/android/
Dscroller.cc377 float Scroller::GetCurrVelocity() const { in GetCurrVelocity() function in gfx::Scroller
386 return delta_x_norm_ * GetCurrVelocity(); in GetCurrVelocityX()
390 return delta_y_norm_ * GetCurrVelocity(); in GetCurrVelocityY()
Dscroller.h90 float GetCurrVelocity() const;