Skip to content

Commit 5c4d41e

Browse files
author
Robert Ly
committed
fix bug 5911175
Change-Id: I528e7c30e81c85ec31a5abbd74e85cc364a8362f
1 parent 197fe26 commit 5c4d41e

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)