Searched refs:mTempLoc (Results 1 – 1 of 1) sorted by relevance
81 private final int[] mTempLoc = new int[2]; field in DragView528 mTempLoc[0] = toTouchX - mRegistrationX; in animateTo()529 mTempLoc[1] = toTouchY - mRegistrationY; in animateTo()530 mDragLayer.animateViewIntoPosition(this, mTempLoc, 1f, mScaleOnDrop, mScaleOnDrop, in animateTo()