Searched refs:registrationX (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | DragView.java | 63 * @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 D | DragController.java | 228 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 D | DragView.java | 63 * @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 D | DragController.java | 224 final int registrationX = mMotionDownX - dragLayerX; 240 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,
|
Completed in 291 milliseconds