Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java89 private final int[] mTempLoc = new int[2]; field in DragView
434 mTempLoc[0] = toTouchX - mRegistrationX; in animateTo()
435 mTempLoc[1] = toTouchY - mRegistrationY; in animateTo()
436 mDragLayer.animateViewIntoPosition(this, mTempLoc, 1f, mScaleOnDrop, mScaleOnDrop, in animateTo()