summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2012-02-28 15:37:21 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-28 15:37:21 -0800
commitf4994b3eb03e1e772d7d46e8b6dcfc88593db792 (patch)
tree492307cf2394cd01ad4ba4a6786f9ce6ded32be7 /core/java
parent27e20ccd9ac4dd1f9bf902ed2b359cc8beff7c9b (diff)
parent5c4d41ecb3282fcd5798dd848b3e4d0cb2d2eccc (diff)
downloadframeworks_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.java2
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) {