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

Commit 5042b051 authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am e7c3fba7: Merge "change onEnd() to withEndAction() in javadocs" into jb-mr1-dev

* commit 'e7c3fba7':
  change onEnd() to withEndAction() in javadocs
parents da013c48 e7c3fba7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@ public class ViewPropertyAnimator {
     *             view.animate().x(0);
     *         }
     *     };
     *     view.animate().x(200).onEnd(endAction);
     *     view.animate().x(200).withEndAction(endAction);
     * </pre>
     *
     * @param runnable The action to run when the next animation ends.