Home
last modified time | relevance | path

Searched refs:animateToPos (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java504 mTranslateX.animateToPos(mLastTouchX - touchX); in move()
505 mTranslateY.animateToPos(mLastTouchY - touchY); in move()
593 public void animateToPos(float value) { in animateToPos() method in DragView.SpringFloatValue