Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragView.java66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() argument
114 mRegistrationX = registrationX; in DragView()
DDragController.java228 final int registrationX = mMotionDownX - dragLayerX; in startDrag() local
246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()