We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27e20cc + 5c4d41e commit f4994b3Copy full SHA for f4994b3
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