Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DLauncherDragController.java81 final int registrationX = mMotionDown.x - dragLayerX; in startDrag() local
102 registrationX, in startDrag()
112 registrationX, in startDrag()
DDragView.java113 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()