Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DOverScroller.java677 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf); in adjustDuration() local
678 mDuration *= timeCoef; in adjustDuration()