Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DSecondaryDropTarget.java321 private class DeferredOnComplete implements DragSource, OnResumeCallback {
323 private final DragSource mOriginal;
329 public DeferredOnComplete(DragSource original, Context context) { in DeferredOnComplete()
DDragSource.java27 public interface DragSource extends LogContainerProvider { interface
DDropTarget.java65 public DragSource dragSource = null;
DWorkspace.java126 implements DropTarget, DragSource, View.OnTouchListener,
1435 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared()
1451 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DBaseItemDragListener.java34 import com.android.launcher3.DragSource;
46 public abstract class BaseItemDragListener implements View.OnDragListener, DragSource,
DDragController.java38 import com.android.launcher3.DragSource;
142 DragSource source, ItemInfo dragInfo, Point dragOffset, Rect dragRegion, in startDrag()
DPinItemDragListener.java32 import com.android.launcher3.DragSource;
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java29 import com.android.launcher3.DragSource;
52 implements OnClickListener, OnLongClickListener, DragSource,
DPendingItemDragHelper.java29 import com.android.launcher3.DragSource;
72 Point screenPos, DragSource source, DragOptions options) { in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java52 import com.android.launcher3.DragSource;
75 public class AllAppsContainerView extends SpringRelativeLayout implements DragSource,
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java50 import com.android.launcher3.DragSource;
90 implements DragSource, DragController.DragListener {
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java42 import com.android.launcher3.DragSource;
92 IconCache.ItemInfoUpdateReceiver, DragSource {
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java60 import com.android.launcher3.DragSource;
107 public class Folder extends AbstractFloatingView implements ClipPathView, DragSource,