Home
last modified time | relevance | path

Searched defs:t_sup (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DOverScroller.java676 final float t_sup = SPLINE_TIME[index + 1]; in adjustDuration() local
921 final float t_sup = (float) (index + 1) / NB_SAMPLES; in update() local
H A DScroller.java272 final float t_sup = (float) (index + 1) / NB_SAMPLES; in computeScrollOffset() local
/aosp12/frameworks/base/core/java/android/widget/
H A DOverScroller.java665 final float t_sup = SPLINE_TIME[index + 1]; in adjustDuration() local
919 final float t_sup = (float) (index + 1) / NB_SAMPLES; in update() local
H A DScroller.java327 final float t_sup = (float) (index + 1) / NB_SAMPLES; in computeScrollOffset() local