android.animation
Interface TimeInterpolator

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

public interface TimeInterpolator


Method Summary
 float getInterpolation(float input)
           
 

Method Detail

getInterpolation

float getInterpolation(float input)


Copyright © 2008-2012. All Rights Reserved.