Searched refs:animateToPos (Results 1 – 1 of 1) sorted by relevance
412 mTranslateX.animateToPos(mLastTouchX - touchX); in move()413 mTranslateY.animateToPos(mLastTouchY - touchY); in move()558 public void animateToPos(float value) { in animateToPos() method in DragView.SpringFloatValue