Lines Matching refs:dragView
242 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local
254 mDragObject.stateAnnouncer = DragViewStateAnnouncer.createFor(dragView); in startDrag()
261 dragView.setDragVisualizeOffset(new Point(dragOffset)); in startDrag()
264 dragView.setDragRegion(new Rect(dragRegion)); in startDrag()
268 dragView.show(mMotionDownX, mMotionDownY); in startDrag()
270 return dragView; in startDrag()
372 if (mDragObject.dragView != null) { in endDrag()
375 mDragObject.dragView.remove(); in endDrag()
377 mDragObject.dragView = null; in endDrag()
394 void onDeferredEndDrag(DragView dragView) { in onDeferredEndDrag() argument
395 dragView.remove(); in onDeferredEndDrag()
508 mDragObject.dragView.move(x, y); in handleMoveEvent()
830 return mDragObject.dragView;