Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/android/
Dscroller.cc186 tuning_coeff_(ComputeDeceleration(0.84f)) {} in Scroller()
421 (fling_friction_ * tuning_coeff_)); in GetSplineDeceleration()
435 return fling_friction_ * tuning_coeff_ * in GetSplineFlingDistance()
Dscroller.h143 float tuning_coeff_; variable