diff options
| author | Chet Haase <chet@google.com> | 2010-09-07 13:20:00 -0700 |
|---|---|---|
| committer | Chet Haase <chet@google.com> | 2010-09-08 09:41:21 -0700 |
| commit | a18a86b43e40e3c15dcca0ae0148d641be9b25fe (patch) | |
| tree | 80f115b33fa69994f3cf7347d77c3463d1eda439 /core/java/android/animation/KeyframeSet.java | |
| parent | 789a47488c0e834eb80fe6b596dcc3e0ba7f1344 (diff) | |
Rename several animation classes
Change-Id: I6a4544875090db485163c8d56de8718f56d267c7
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. */ |
