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/
DDragView.java123 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() argument
163 mRegistrationY = registrationY; in DragView()
DDragController.java170 final int registrationY = mMotionDownY - dragLayerY; in startDrag() local
186 registrationY, initialDragViewScale, dragViewScaleOnDrop, scaleDps); in startDrag()