Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DOverScroller.java674 final float t_sup = SPLINE_TIME[index + 1]; in adjustDuration() local
675 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf); in adjustDuration()
927 final float t_sup = (float) (index + 1) / NB_SAMPLES; in update() local
930 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in update()
DScroller.java320 final float t_sup = (float) (index + 1) / NB_SAMPLES; in computeScrollOffset() local
323 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in computeScrollOffset()