Lines Matching refs:dragView
246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local
250 dragView.setDragVisualizeOffset(new Point(dragOffset)); in startDrag()
253 dragView.setDragRegion(new Rect(dragRegion)); in startDrag()
256 dragView.show(mMotionDownX, mMotionDownY); in startDrag()
358 if (mDragObject.dragView != null) { in endDrag()
361 mDragObject.dragView.remove(); in endDrag()
363 mDragObject.dragView = null; in endDrag()
380 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag() argument
381 dragView.remove(); in onDeferredEndDrag()
485 mDragObject.dragView.move(x, y); in handleMoveEvent()
789 return mDragObject.dragView;