net.simonvt.menudrawer
Class SmoothInterpolator

java.lang.Object
  extended by net.simonvt.menudrawer.SmoothInterpolator
All Implemented Interfaces:
android.animation.TimeInterpolator, android.view.animation.Interpolator

public class SmoothInterpolator
extends Object
implements android.view.animation.Interpolator


Constructor Summary
SmoothInterpolator()
           
 
Method Summary
 float getInterpolation(float t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmoothInterpolator

public SmoothInterpolator()
Method Detail

getInterpolation

public float getInterpolation(float t)
Specified by:
getInterpolation in interface android.animation.TimeInterpolator


Copyright © 2012-2013. All Rights Reserved.