FastOutLinearInInterpolator
public
class
FastOutLinearInInterpolator
extends Object
implements
Interpolator
java.lang.Object
|
↳ |
androidx.interpolator.view.animation.FastOutLinearInInterpolator
|
Interpolator corresponding to R.interpolator.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
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
|
Public constructors
FastOutLinearInInterpolator
public FastOutLinearInInterpolator ()
Public methods
getInterpolation
public float getInterpolation (float input)