Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/android/
Dscroller.cc112 const float t_sup = static_cast<float>(index + 1) / NUM_SAMPLES; in CalculateCoefficients() local
115 *velocity_coef = (d_sup - d_inf) / (t_sup - t_inf); in CalculateCoefficients()