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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java59 * @param registrationX The x coordinate of the registration point.
62 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, argument
109 mRegistrationX = registrationX;
H A DDragController.java269 final int registrationX = mMotionDownX - dragLayerX;
287 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,

Completed in 32 milliseconds