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