Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScroller.java321 final float d_inf = SPLINE_POSITION[index]; in computeScrollOffset() local
323 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in computeScrollOffset()
324 distanceCoef = d_inf + (t - t_inf) * velocityCoef; in computeScrollOffset()
DOverScroller.java928 final float d_inf = SPLINE_POSITION[index]; in update() local
930 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in update()
931 distanceCoef = d_inf + (t - t_inf) * velocityCoef; in update()