added in version 22.1.0
belongs to Maven artifact com.android.support:interpolator:28.0.0-alpha1

FastOutLinearInInterpolator

public class FastOutLinearInInterpolator
extends Object implements Interpolator

java.lang.Object
   ↳ android.support.v4.view.animation.FastOutLinearInInterpolator


Interpolator corresponding to fast_out_linear_in. Uses a lookup table for the Bezier curve from (0,0) to (1,1) with control points: P0 (0, 0) P1 (0.4, 0) P2 (1.0, 1.0) P3 (1.0, 1.0)

Summary

Public constructors

FastOutLinearInInterpolator()

Public methods

float getInterpolation(float input)

Inherited methods

From class java.lang.Object
From interface android.animation.TimeInterpolator

Public constructors

FastOutLinearInInterpolator

added in version 22.1.0
FastOutLinearInInterpolator ()

Public methods

getInterpolation

added in version 22.1.0
float getInterpolation (float input)

Parameters
input float

Returns
float