Lines Matching refs:dragView
234 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local
238 dragView.setDragVisualizeOffset(new Point(dragOffset)); in startDrag()
241 dragView.setDragRegion(new Rect(dragRegion)); in startDrag()
245 dragView.show(mMotionDownX, mMotionDownY); in startDrag()
247 return dragView; in startDrag()
349 if (mDragObject.dragView != null) { in endDrag()
352 mDragObject.dragView.remove(); in endDrag()
354 mDragObject.dragView = null; in endDrag()
371 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag() argument
372 dragView.remove(); in onDeferredEndDrag()
481 mDragObject.dragView.move(x, y); in handleMoveEvent()
777 return mDragObject.dragView;