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