Searched refs:FAST_FLING_PX_MS (Results 1 – 2 of 2) sorted by relevance
268 private static final float FAST_FLING_PX_MS = 10; field in Interpolators277 return Math.abs(velocity) > FAST_FLING_PX_MS ? SCROLL : SCROLL_CUBIC; in scrollInterpolatorForVelocity()
274 private static final float FAST_FLING_PX_MS = 10; field in InterpolatorsAndroidX283 return Math.abs(velocity) > FAST_FLING_PX_MS ? SCROLL : SCROLL_CUBIC; in scrollInterpolatorForVelocity()