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);
136 * Constructor to use when building a ScaleAnimation from code
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { method in class:ScaleAnimation
156 * Constructor to use when building a ScaleAnimation from code
171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, method in class:ScaleAnimation
187 * Constructor to use when building a ScaleAnimation from code
212 public ScaleAnimation(floa method in class:ScaleAnimation
[all...]

Completed in 96 milliseconds