diff options
Diffstat (limited to 'core/java/android/animation/KeyframeSet.java')
| -rw-r--r-- | core/java/android/animation/KeyframeSet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/animation/KeyframeSet.java b/core/java/android/animation/KeyframeSet.java index d144b9ca594b..af47a158efde 100644 --- a/core/java/android/animation/KeyframeSet.java +++ b/core/java/android/animation/KeyframeSet.java @@ -21,7 +21,7 @@ import java.util.ArrayList; import android.view.animation.Interpolator; /** - * This class holds a collection of Keyframe objects and is called by Animator to calculate + * This class holds a collection of Keyframe objects and is called by ValueAnimator to calculate * values between those keyframes for a given animation. The class internal to the animation * package because it is an implementation detail of how Keyframes are stored and used. */ |
