Home | History | Annotate | Download | only in launcher2

Lines Matching refs:dragSource

135         void onDragStart(DragSource source, Object info, int dragAction);
177 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction,
211 DragSource source, Object dragInfo, int dragAction, Point dragOffset, Rect dragRegion,
241 mDragObject.dragSource = source;
327 mDragObject.dragSource.onDropCompleted(null, mDragObject, false, false);
390 d.dragSource.onFlingToDeleteCompleted();
446 PointF vec = isFlingingToDelete(mDragObject.dragSource);
599 PointF vec = isFlingingToDelete(mDragObject.dragSource);
622 private PointF isFlingingToDelete(DragSource source) {
667 mDragObject.dragSource.onDropCompleted((View) mFlingToDeleteDropTarget, mDragObject, true,
686 mDragObject.dragSource.onDropCompleted((View) dropTarget, mDragObject, false, accepted);