Home | History | Annotate | Download | only in animation

Lines Matching defs:animation

17 package android.animation;
19 import android.animation.Keyframe.FloatKeyframe;
20 import android.animation.Keyframe.IntKeyframe;
21 import android.animation.Keyframe.ObjectKeyframe;
30 * values between those keyframes for a given animation. The class internal to the animation
185 * Gets the animated value, given the elapsed fraction of the animation (interpolated by the
186 * animation's interpolator) and the evaluator used to calculate in-between values. This
189 * outside the [0-1] bounds, if the animation's interpolator made that happen (e.g., a
193 * @param fraction The elapsed fraction of the animation