Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/android/
Dscroller.cc255 float coeff_x = velocity == 0 ? 1.0f : velocity_x / velocity; in Fling() local
266 final_x_ = start_x + total_distance * coeff_x; in Fling()