Home | History | Annotate | Download | only in animation

Lines Matching refs:fraction

42      * Gets the animated value, given the elapsed fraction of the animation (interpolated by the
44 * function maps the input fraction to the appropriate keyframe interval and a fraction
45 * between them and returns the interpolated value. Note that the input fraction may fall
47 * spring interpolation that might send the fraction past 1.0). We handle this situation by
50 * @param fraction The elapsed fraction of the animation
53 Object getValue(float fraction);
76 * @param fraction The elapsed fraction of the animation
79 int getIntValue(float fraction);
89 * @param fraction The elapsed fraction of the animation
92 float getFloatValue(float fraction);