Searched refs:registrationX (Results 1 – 2 of 2) sorted by relevance
123 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() argument162 mRegistrationX = registrationX; in DragView()
169 final int registrationX = mMotionDownX - dragLayerX; in startDrag() local185 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag()