TranslateAnimationpublic class TranslateAnimation extends android.view.animation.Animation
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!");
|
|