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/
DDragView.java123 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() argument
162 mRegistrationX = registrationX; in DragView()
DDragController.java169 final int registrationX = mMotionDownX - dragLayerX; in startDrag() local
185 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()