Home
last modified time | relevance | path

Searched refs:DragSource (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DSecondaryDropTarget.java262 private class DeferredOnComplete implements DragSource, OnResumeCallback {
264 private final DragSource mOriginal;
270 public DeferredOnComplete(DragSource original, Context context) { in DeferredOnComplete()
DDragSource.java27 public interface DragSource extends LogContainerProvider { interface
DDropTarget.java57 public DragSource dragSource = null;
DWorkspace.java115 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/
DBaseItemDragListener.java35 import com.android.launcher3.DragSource;
49 View.OnDragListener, DragSource, DragOptions.PreDragCondition {
DDragController.java39 import com.android.launcher3.DragSource;
153 DragSource source, ItemInfo dragInfo, Point dragOffset, Rect dragRegion, in startDrag()
DPinItemDragListener.java30 import com.android.launcher3.DragSource;
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java31 import com.android.launcher3.DragSource;
51 implements OnClickListener, OnLongClickListener, DragSource,
DPendingItemDragHelper.java29 import com.android.launcher3.DragSource;
71 Point screenPos, DragSource source, DragOptions options) { in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java49 import com.android.launcher3.DragSource;
84 public class PopupContainerWithArrow extends ArrowPopup implements DragSource,
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java44 import com.android.launcher3.DragSource;
70 public class AllAppsContainerView extends SpringRelativeLayout implements DragSource,
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java56 import com.android.launcher3.DragSource;
97 public class Folder extends AbstractFloatingView implements ClipPathView, DragSource,