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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java89 private final int[] mTempLoc = new int[2]; field in class:DragView
584 mTempLoc[0] = toTouchX - mRegistrationX;
585 mTempLoc[1] = toTouchY - mRegistrationY;
586 mDragLayer.animateViewIntoPosition(this, mTempLoc, 1f, mInitialScale, mInitialScale,

Completed in 522 milliseconds