Lines Matching refs:dragView
240 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local
244 dragView.setDragVisualizeOffset(new Point(dragOffset)); in startDrag()
247 dragView.setDragRegion(new Rect(dragRegion)); in startDrag()
251 dragView.show(mMotionDownX, mMotionDownY); in startDrag()
253 return dragView; in startDrag()
354 if (mDragObject.dragView != null) { in endDrag()
357 mDragObject.dragView.remove(); in endDrag()
359 mDragObject.dragView = null; in endDrag()
376 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag() argument
377 dragView.remove(); in onDeferredEndDrag()
486 mDragObject.dragView.move(x, y); in handleMoveEvent()
782 return mDragObject.dragView;