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

/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java30 public class ScaleAnimation extends Animation { class in inherits:Animation
57 * Constructor used when a ScaleAnimation is loaded from a resource.
62 public ScaleAnimation(Context context, AttributeSet attrs) { method in class:ScaleAnimation
68 com.android.internal.R.styleable.ScaleAnimation);
134 * Constructor to use when building a ScaleAnimation from code
143 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { method in class:ScaleAnimation
154 * Constructor to use when building a ScaleAnimation from code
169 public ScaleAnimation(float fromX, float toX, float fromY, float toY, method in class:ScaleAnimation
184 * Constructor to use when building a ScaleAnimation from code
209 public ScaleAnimation(floa method in class:ScaleAnimation
[all...]

Completed in 52 milliseconds