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

Commit e7c3fba7 authored by Robert Ly's avatar Robert Ly Committed by Android (Google) Code Review
Browse files

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

parents f347e841 8ee2a70f
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.