Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61a9a83a authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am 40226da7: am f4994b3e: Merge "fix bug 5911175" into ics-mr1

* commit '40226da7':
  fix bug 5911175
parents 11f343c6 40226da7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {