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