FileDocCategorySizeDatePackage
TranslateAnimation.javaAPI DocAndroid 5.1 API838Sat Mar 14 14:09:38 GMT 2015android.view.animation

TranslateAnimation

public class TranslateAnimation extends android.view.animation.Animation

Fields Summary
Constructors Summary
public TranslateAnimation(android.content.Context context, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
public TranslateAnimation(float fromXDelta, float toXDelta, float fromYDelta, float toYDelta)

 throw new RuntimeException("Stub!"); 
public TranslateAnimation(int fromXType, float fromXValue, int toXType, float toXValue, int fromYType, float fromYValue, int toYType, float toYValue)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected voidapplyTransformation(float interpolatedTime, android.view.animation.Transformation t)

 throw new RuntimeException("Stub!"); 
public voidinitialize(int width, int height, int parentWidth, int parentHeight)

 throw new RuntimeException("Stub!");