Searched refs:SCROLL_CUBIC (Results 1 – 3 of 3) sorted by relevance
251 public static final Interpolator SCROLL_CUBIC = new Interpolator() { field in Interpolators277 return Math.abs(velocity) > FAST_FLING_PX_MS ? SCROLL : SCROLL_CUBIC; in scrollInterpolatorForVelocity()
257 public static final Interpolator SCROLL_CUBIC = new Interpolator() { field in InterpolatorsAndroidX283 return Math.abs(velocity) > FAST_FLING_PX_MS ? SCROLL : SCROLL_CUBIC; in scrollInterpolatorForVelocity()
54 private static final Interpolator SCROLL_CUBIC = (t) -> { field in PagedTileLayout97 mScroller = new Scroller(context, SCROLL_CUBIC); in PagedTileLayout()