Home | History | Annotate | Download | only in animation

Lines Matching defs:animation

17 package android.view.animation;
26 * An animation that controls the scale of an object. You can specify the point
30 public class ScaleAnimation extends Animation {
139 * animation
140 * @param toX Horizontal scaling factor to apply at the end of the animation
142 * animation
143 * @param toY Vertical scaling factor to apply at the end of the animation
159 * animation
160 * @param toX Horizontal scaling factor to apply at the end of the animation
162 * animation
163 * @param toY Vertical scaling factor to apply at the end of the animation
190 * animation
191 * @param toX Horizontal scaling factor to apply at the end of the animation
193 * animation
194 * @param toY Vertical scaling factor to apply at the end of the animation
196 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
197 * Animation.RELATIVE_TO_PARENT.
204 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
205 * Animation.RELATIVE_TO_PARENT.