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
48 * Constructor used when a TranslateAnimation is loaded from a resource.
53 public TranslateAnimation(Context context, AttributeSet attrs) { method in class:TranslateAnimation
57 com.android.internal.R.styleable.TranslateAnimation);
83 * Constructor to use when building a TranslateAnimation from code
94 public TranslateAnimation(float fromXDelta, float toXDelta, float fromYDelta, float toYDelta) { method in class:TranslateAnimation
107 * Constructor to use when building a TranslateAnimation from code
134 public TranslateAnimation(int fromXType, float fromXValue, int toXType, float toXValue, method in class:TranslateAnimation

Completed in 155 milliseconds