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.java81 private final int[] mTempLoc = new int[2]; field in DragView
528 mTempLoc[0] = toTouchX - mRegistrationX; in animateTo()
529 mTempLoc[1] = toTouchY - mRegistrationY; in animateTo()
530 mDragLayer.animateViewIntoPosition(this, mTempLoc, 1f, mScaleOnDrop, mScaleOnDrop, in animateTo()