Skip to content

Commit f4994b3

Browse files
Robert LyAndroid (Google) Code Review
authored andcommitted
Merge "fix bug 5911175" into ics-mr1
2 parents 27e20cc + 5c4d41e commit f4994b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/view/animation/Animation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ public boolean hasEnded() {
913913
*
914914
* @param interpolatedTime The value of the normalized time (0.0 to 1.0)
915915
* after it has been run through the interpolation function.
916-
* @param t The Transofrmation object to fill in with the current
916+
* @param t The Transformation object to fill in with the current
917917
* transforms.
918918
*/
919919
protected void applyTransformation(float interpolatedTime, Transformation t) {

0 commit comments

Comments
 (0)