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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java63 * @param registrationX The x coordinate of the registration point.
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, argument
114 mRegistrationX = registrationX;
H A DDragController.java228 final int registrationX = mMotionDownX - dragLayerX;
246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragView.java63 * @param registrationX The x coordinate of the registration point.
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, argument
114 mRegistrationX = registrationX;
H A DDragController.java218 final int registrationX = mMotionDownX - dragLayerX;
234 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,

Completed in 104 milliseconds