Home | History | Annotate | Download | only in launcher3

Lines Matching refs:dragSource

70 public class Folder extends LinearLayout implements DragSource, View.OnClickListener,
603 public void onDragStart(DragSource source, Object info, int dragAction) { }
1168 if (d.dragSource != mLauncher.getWorkspace() && !(d.dragSource instanceof Folder)) {
1203 if (d.dragSource != this) {