Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DLauncherDelegate.java27 import com.android.launcher3.DragSource;
63 void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared()
175 void beginDragShared(View child, DragSource source, DragOptions options) { } in beginDragShared()
DFolder.java74 import com.android.launcher3.DragSource;
122 public class Folder extends AbstractFloatingView implements ClipPathView, DragSource,
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java32 import com.android.launcher3.DragSource;
151 DragSource source, in startDrag()
186 DragSource source, in startDrag()
202 DragSource source, in startDrag()
DBaseItemDragListener.java34 import com.android.launcher3.DragSource;
45 public abstract class BaseItemDragListener implements View.OnDragListener, DragSource,
DLauncherDragController.java34 import com.android.launcher3.DragSource;
62 DragSource source, in startDrag()
DPinItemDragListener.java33 import com.android.launcher3.DragSource;
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragController.java30 import com.android.launcher3.DragSource;
54 DraggableView originalView, int dragLayerX, int dragLayerY, DragSource source, in startDrag()
DSecondaryDisplayLauncher.java34 import com.android.launcher3.DragSource;
357 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared()
369 private void beginDragShared(View child, DragSource source, in beginDragShared()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragSource.java26 public interface DragSource { interface
DSecondaryDropTarget.java344 protected class DeferredOnComplete implements DragSource {
346 private final DragSource mOriginal;
352 public DeferredOnComplete(DragSource original, Context context) { in DeferredOnComplete()
DDropTarget.java64 public DragSource dragSource = null;
DWorkspace.java148 implements DropTarget, DragSource, View.OnTouchListener, CellLayoutContainer,
1659 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared()
1675 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemLongClickListener.java32 import com.android.launcher3.DragSource;
106 DragSource dragSource = (target, dragObject, success) -> { }; in onWidgetItemLongClick()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingItemDragHelper.java35 import com.android.launcher3.DragSource;
97 Point screenPos, DragSource source, DragOptions options) { in startDrag()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java42 import com.android.launcher3.DragSource;
82 DragSource, ViewGroup.OnHierarchyChangeListener {
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java45 import com.android.launcher3.DragSource;
80 extends ArrowPopup<T> implements DragSource, DragController.DragListener {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java59 import com.android.launcher3.DragSource;
260 DraggableView originalView, int dragLayerX, int dragLayerY, DragSource source, in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java72 import com.android.launcher3.DragSource;
111 extends SpringRelativeLayout implements DragSource, Insettable,