Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DOverScroller.java675 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf); in adjustDuration() local
676 mDuration *= timeCoef; in adjustDuration()