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

  /external/chromium_org/ui/gfx/android/
scroller.h 143 float tuning_coeff_; member in class:gfx::Scroller
scroller.cc 186 tuning_coeff_(ComputeDeceleration(0.84f)) {}
421 (fling_friction_ * tuning_coeff_));
435 return fling_friction_ * tuning_coeff_ *

Completed in 1151 milliseconds