android.view.animation
Class AccelerateDecelerateInterpolator

java.lang.Object
  extended by android.view.animation.AccelerateDecelerateInterpolator
All Implemented Interfaces:
TimeInterpolator, Interpolator

public class AccelerateDecelerateInterpolator
extends Object
implements Interpolator


Constructor Summary
AccelerateDecelerateInterpolator()
           
AccelerateDecelerateInterpolator(Context context, AttributeSet attrs)
           
 
Method Summary
 float getInterpolation(float input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccelerateDecelerateInterpolator

public AccelerateDecelerateInterpolator()

AccelerateDecelerateInterpolator

public AccelerateDecelerateInterpolator(Context context,
                                        AttributeSet attrs)
Method Detail

getInterpolation

public float getInterpolation(float input)
Specified by:
getInterpolation in interface TimeInterpolator


Copyright © 2008-2012. All Rights Reserved.