Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java158 final int registrationY = mMotionDown.y - dragLayerY; in startDrag() local
175 registrationY, initialDragViewScale, dragViewScaleOnDrop, scaleDps); in startDrag()
DDragView.java121 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() argument
152 mRegistrationY = registrationY; in DragView()