Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DOverScroller.java589 private static final float[] SPLINE_TIME = new float[NB_SAMPLES + 1]; field in OverScroller.SplineOverScroller
623 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
625 SPLINE_POSITION[NB_SAMPLES] = SPLINE_TIME[NB_SAMPLES] = 1.0f;
664 final float t_inf = SPLINE_TIME[index]; in adjustDuration()
665 final float t_sup = SPLINE_TIME[index + 1]; in adjustDuration()
H A DScroller.java111 private static final float[] SPLINE_TIME = new float[NB_SAMPLES + 1]; field in Scroller
149 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
151 SPLINE_POSITION[NB_SAMPLES] = SPLINE_TIME[NB_SAMPLES] = 1.0f;
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DOverScroller.java597 private static final float[] SPLINE_TIME = new float[NB_SAMPLES + 1]; field in OverScroller.SplineOverScroller
631 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
633 SPLINE_POSITION[NB_SAMPLES] = SPLINE_TIME[NB_SAMPLES] = 1.0f;
675 final float t_inf = SPLINE_TIME[index]; in adjustDuration()
676 final float t_sup = SPLINE_TIME[index + 1]; in adjustDuration()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt71842 Landroid/widget/OverScroller$SplineOverScroller;->SPLINE_TIME:[F
72767 Landroid/widget/Scroller;->SPLINE_TIME:[F