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