Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DOverScroller.java669 final float t_sup = SPLINE_TIME[index + 1]; in adjustDuration() local
670 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf); in adjustDuration()
923 final float t_sup = (float) (index + 1) / NB_SAMPLES; in update() local
926 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in update()
H A DScroller.java327 final float t_sup = (float) (index + 1) / NB_SAMPLES; in computeScrollOffset() local
330 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in computeScrollOffset()