Searched defs:dragSource (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeleteDropTarget.java55 setTextBasedOnDragSource(dragObject.dragSource);
73 public void setTextBasedOnDragSource(DragSource dragSource) { argument
75 setText(dragSource.supportsDeleteDropTarget() ? R.string.remove_drop_target_label
83 if ((d.dragSource instanceof Workspace) || (d.dragSource instanceof Folder)) {
H A DDropTarget.java58 public DragSource dragSource = null; field in class:DropTarget.DragObject
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDropTarget.java55 public DragSource dragSource = null; field in class:DropTarget.DragObject

Completed in 163 milliseconds