We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197fe26 commit 5c4d41eCopy full SHA for 5c4d41e
core/java/android/view/animation/Animation.java
@@ -913,7 +913,7 @@ public boolean hasEnded() {
913
*
914
* @param interpolatedTime The value of the normalized time (0.0 to 1.0)
915
* after it has been run through the interpolation function.
916
- * @param t The Transofrmation object to fill in with the current
+ * @param t The Transformation object to fill in with the current
917
* transforms.
918
*/
919
protected void applyTransformation(float interpolatedTime, Transformation t) {
0 commit comments