diff options
| author | Robert Ly <robertly@google.com> | 2012-02-28 15:37:21 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-28 15:37:21 -0800 |
| commit | f4994b3eb03e1e772d7d46e8b6dcfc88593db792 (patch) | |
| tree | 492307cf2394cd01ad4ba4a6786f9ce6ded32be7 /core/java | |
| parent | 27e20ccd9ac4dd1f9bf902ed2b359cc8beff7c9b (diff) | |
| parent | 5c4d41ecb3282fcd5798dd848b3e4d0cb2d2eccc (diff) | |
| download | frameworks_base-f4994b3eb03e1e772d7d46e8b6dcfc88593db792.zip frameworks_base-f4994b3eb03e1e772d7d46e8b6dcfc88593db792.tar.gz frameworks_base-f4994b3eb03e1e772d7d46e8b6dcfc88593db792.tar.bz2 | |
Merge "fix bug 5911175" into ics-mr1
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/view/animation/Animation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/animation/Animation.java b/core/java/android/view/animation/Animation.java index 0d57c9b..03a0700 100644 --- a/core/java/android/view/animation/Animation.java +++ b/core/java/android/view/animation/Animation.java @@ -913,7 +913,7 @@ public abstract class Animation implements Cloneable { * * @param interpolatedTime The value of the normalized time (0.0 to 1.0) * after it has been run through the interpolation function. - * @param t The Transofrmation object to fill in with the current + * @param t The Transformation object to fill in with the current * transforms. */ protected void applyTransformation(float interpolatedTime, Transformation t) { |
