package android.view.animation; public class TranslateAnimation extends Animation { public TranslateAnimation(int fromXType, float fromXValue, int toXType, float toXValue, int fromYType, float fromYValue, int toYType, float toYValue) {} }