Searched refs:registrationX (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragView.java | 66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() argument 114 mRegistrationX = registrationX; in DragView()
|
D | DragController.java | 228 final int registrationX = mMotionDownX - dragLayerX; in startDrag() local 246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragView.java | 89 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() argument 134 mRegistrationX = registrationX; in DragView()
|
D | DragController.java | 150 final int registrationX = mMotionDownX - dragLayerX; in startDrag() local 166 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()
|