Home
last modified time | relevance | path

Searched defs: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
923 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