Home | History | Annotate | Download | only in launcher3

Lines Matching refs:beginDragShared

2220         beginDragShared(child, this, accessible);
2223 public void beginDragShared(View child, DragSource source, boolean accessible) {
2224 beginDragShared(child, new Point(), source, accessible);
2227 public void beginDragShared(View child, Point relativeTouchPos, DragSource source,