diff options
| author | Robert Ly <robertly@google.com> | 2012-02-22 11:05:55 -0800 |
|---|---|---|
| committer | Robert Ly <robertly@google.com> | 2012-02-22 11:05:55 -0800 |
| commit | 5c4d41ecb3282fcd5798dd848b3e4d0cb2d2eccc (patch) | |
| tree | 1da7e8d884c7e4175a3f24b9e980390061ace57a /core/java | |
| parent | 197fe26940022be75384f4038dd789f446d33122 (diff) | |
| download | frameworks_base-5c4d41ecb3282fcd5798dd848b3e4d0cb2d2eccc.zip frameworks_base-5c4d41ecb3282fcd5798dd848b3e4d0cb2d2eccc.tar.gz frameworks_base-5c4d41ecb3282fcd5798dd848b3e4d0cb2d2eccc.tar.bz2 | |
fix bug 5911175
Change-Id: I528e7c30e81c85ec31a5abbd74e85cc364a8362f
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) { |
