android.view.animation
Interface Interpolator

All Known Implementing Classes:
AccelerateDecelerateInterpolator, AccelerateInterpolator, AnticipateInterpolator, AnticipateOvershootInterpolator, BounceInterpolator, CycleInterpolator, DecelerateInterpolator, LinearInterpolator, OvershootInterpolator

public interface Interpolator


Method Summary
 float getInterpolation(float input)
           
 

Method Detail

getInterpolation

float getInterpolation(float input)


Copyright © 2008-2010. All Rights Reserved.