Skip to content

Commit

Permalink
added missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Estevez committed Jul 6, 2015
1 parent 2a50eb3 commit f2a1ad0
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -431,6 +431,9 @@ public boolean onInterceptTouchEvent(MotionEvent event) {
// /////////////
/**
* Starts animations for this view programmatically.
*
* @param x Center of the animation in the x axis
* @param y Center of the animation in the y axis
*/
public void doAnimation(float x, float y) {
startDrawAnimation(x, y);
Expand Down

0 comments on commit f2a1ad0

Please sign in to comment.