Searched refs:DragSource (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | SecondaryDropTarget.java | 262 private class DeferredOnComplete implements DragSource, OnResumeCallback { 264 private final DragSource mOriginal; 270 public DeferredOnComplete(DragSource original, Context context) { in DeferredOnComplete()
|
D | DragSource.java | 27 public interface DragSource extends LogContainerProvider { interface
|
D | DropTarget.java | 57 public DragSource dragSource = null;
|
D | Workspace.java | 115 implements DropTarget, DragSource, View.OnTouchListener, 1461 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared() 1473 public DragView beginDragShared(View child, DragSource source, ItemInfo dragObject, in beginDragShared()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | BaseItemDragListener.java | 35 import com.android.launcher3.DragSource; 49 View.OnDragListener, DragSource, DragOptions.PreDragCondition {
|
D | DragController.java | 39 import com.android.launcher3.DragSource; 153 DragSource source, ItemInfo dragInfo, Point dragOffset, Rect dragRegion, in startDrag()
|
D | PinItemDragListener.java | 30 import com.android.launcher3.DragSource;
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | BaseWidgetSheet.java | 31 import com.android.launcher3.DragSource; 51 implements OnClickListener, OnLongClickListener, DragSource,
|
D | PendingItemDragHelper.java | 29 import com.android.launcher3.DragSource; 71 Point screenPos, DragSource source, DragOptions options) { in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 49 import com.android.launcher3.DragSource; 84 public class PopupContainerWithArrow extends ArrowPopup implements DragSource,
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsContainerView.java | 44 import com.android.launcher3.DragSource; 70 public class AllAppsContainerView extends SpringRelativeLayout implements DragSource,
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 56 import com.android.launcher3.DragSource; 97 public class Folder extends AbstractFloatingView implements ClipPathView, DragSource,
|