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

* commit '5042b051b395f36d3c582202e9e78758934b79a6':
  change onEnd() to withEndAction() in javadocs
This commit is contained in:
Robert Ly
2012-12-17 15:37:21 -08:00
committed by Android Git Automerger

View File

@@ -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.