Home
last modified time | relevance | path

Searched refs:registrationX (Results 1 – 4 of 4) 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()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java89 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() argument
134 mRegistrationX = registrationX; in DragView()
DDragController.java150 final int registrationX = mMotionDownX - dragLayerX; in startDrag() local
166 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()