Lines Matching refs:DragView
96 /** The window token used as the parent for the DragView. */
246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,
250 dragView.setDragVisualizeOffset(new Point(dragOffset));
253 dragView.setDragRegion(new Rect(dragRegion));
256 dragView.show(mMotionDownX, mMotionDownY);
358 if (mDragObject.dragView != null) {
361 mDragObject.dragView.remove();
363 mDragObject.dragView = null;
380 void onDeferredEndDrag(DragView dragView) {
381 dragView.remove();
485 mDragObject.dragView.move(x, y);
788 DragView getDragView() {
789 return mDragObject.dragView;