Android APIs
public class

AccelerateDecelerateInterpolator

extends BaseInterpolator
implements NativeInterpolatorFactory
java.lang.Object
   ↳ android.view.animation.BaseInterpolator
     ↳ android.view.animation.AccelerateDecelerateInterpolator

Class Overview


An interpolator where the rate of change starts and ends slowly but accelerates through the middle.

Summary


Public Constructors
AccelerateDecelerateInterpolator()
AccelerateDecelerateInterpolator(Context context, AttributeSet attrs)
Public Methods
float getInterpolation(float input)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.android.internal.view.animation.NativeInterpolatorFactory
From interface android.animation.TimeInterpolator

Public Constructors


public AccelerateDecelerateInterpolator ()

Added in API level 1

public AccelerateDecelerateInterpolator (Context context, AttributeSet attrs)

Added in API level 1

Public Methods


public float getInterpolation (float input)

Added in API level 1