Searched refs:registrationX (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | LauncherDragController.java | 81 final int registrationX = mMotionDown.x - dragLayerX; in startDrag() local 102 registrationX, in startDrag() 112 registrationX, in startDrag()
|
D | DragView.java | 113 public DragView(Launcher launcher, Drawable drawable, int registrationX, in DragView() argument 118 registrationX, registrationY, initialScale, scaleOnDrop, finalScaleDps); in DragView() 136 public DragView(Launcher launcher, View content, int width, int height, int registrationX, in DragView() argument 177 mRegistrationX = registrationX; in DragView()
|