Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DLauncherDelegate.java27 import com.android.launcher3.DragSource;
63 void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared()
173 void beginDragShared(View child, DragSource source, DragOptions options) { } in beginDragShared()
H A DFolder.java68 import com.android.launcher3.DragSource;
116 public class Folder extends AbstractFloatingView implements ClipPathView, DragSource,
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java33 import com.android.launcher3.DragSource;
144 DragSource source, in startDrag()
184 DragSource source, in startDrag()
202 DragSource source, in startDrag()
H A DBaseItemDragListener.java34 import com.android.launcher3.DragSource;
45 public abstract class BaseItemDragListener implements View.OnDragListener, DragSource,
H A DLauncherDragController.java34 import com.android.launcher3.DragSource;
63 DragSource source, in startDrag()
H A DPinItemDragListener.java33 import com.android.launcher3.DragSource;
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragSource.java26 public interface DragSource { interface
H A DSecondaryDropTarget.java314 private class DeferredOnComplete implements DragSource {
316 private final DragSource mOriginal;
322 public DeferredOnComplete(DragSource original, Context context) { in DeferredOnComplete()
H A DDropTarget.java65 public DragSource dragSource = null;
H A DWorkspace.java137 implements DropTarget, DragSource, View.OnTouchListener,
1616 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared()
1632 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingItemDragHelper.java34 import com.android.launcher3.DragSource;
98 Point screenPos, DragSource source, DragOptions options) { in startDrag()
H A DBaseWidgetSheet.java33 import com.android.launcher3.DragSource;
53 implements OnClickListener, OnLongClickListener, DragSource,
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragController.java38 import com.android.launcher3.DragSource;
169 DraggableView originalView, int dragLayerX, int dragLayerY, DragSource source, in startDrag()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatPredictionController.java38 import com.android.launcher3.DragSource;
73 DragSource, ViewGroup.OnHierarchyChangeListener {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java45 import com.android.launcher3.DragSource;
86 extends ArrowPopup<T> implements DragSource, DragController.DragListener {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java56 import com.android.launcher3.DragSource;
76 public class AllAppsContainerView extends SpringRelativeLayout implements DragSource,