diff options
| author | 2012-02-28 15:42:32 -0800 | |
|---|---|---|
| committer | 2012-02-28 15:42:32 -0800 | |
| commit | 61a9a83ac09246f815806fa4f64cc65a7e876f96 (patch) | |
| tree | 77d05687bb366aada5692bb4460264c3434d9a84 | |
| parent | 11f343c6b1b6a420c0a375edbb7c35d2fdb32482 (diff) | |
| parent | 40226da7aeb705fb823517f74739bf2f25fa86f3 (diff) | |
am 40226da7: am f4994b3e: Merge "fix bug 5911175" into ics-mr1
* commit '40226da7aeb705fb823517f74739bf2f25fa86f3':
fix bug 5911175
| -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 0d57c9bd6a4b..03a07001052d 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) { |