Searched defs:TranslateAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DTranslateAnimation.java29 public class TranslateAnimation extends Animation { class in inherits:Animation
56 * Constructor used when a TranslateAnimation is loaded from a resource.
61 public TranslateAnimation(Context context, AttributeSet attrs) { method in class:TranslateAnimation
65 com.android.internal.R.styleable.TranslateAnimation);
91 * Constructor to use when building a TranslateAnimation from code
102 public TranslateAnimation(float fromXDelta, float toXDelta, float fromYDelta, float toYDelta) { method in class:TranslateAnimation
115 * Constructor to use when building a TranslateAnimation from code
142 public TranslateAnimation(int fromXType, float fromXValue, int toXType, float toXValue, method in class:TranslateAnimation

Completed in 132 milliseconds