/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | LauncherDelegate.java | 27 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 D | Folder.java | 68 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 D | DragController.java | 33 import com.android.launcher3.DragSource; 144 DragSource source, in startDrag() 184 DragSource source, in startDrag() 202 DragSource source, in startDrag()
|
H A D | BaseItemDragListener.java | 34 import com.android.launcher3.DragSource; 45 public abstract class BaseItemDragListener implements View.OnDragListener, DragSource,
|
H A D | LauncherDragController.java | 34 import com.android.launcher3.DragSource; 63 DragSource source, in startDrag()
|
H A D | PinItemDragListener.java | 33 import com.android.launcher3.DragSource;
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | DragSource.java | 26 public interface DragSource { interface
|
H A D | SecondaryDropTarget.java | 314 private class DeferredOnComplete implements DragSource { 316 private final DragSource mOriginal; 322 public DeferredOnComplete(DragSource original, Context context) { in DeferredOnComplete()
|
H A D | DropTarget.java | 65 public DragSource dragSource = null;
|
H A D | Workspace.java | 137 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 D | PendingItemDragHelper.java | 34 import com.android.launcher3.DragSource; 98 Point screenPos, DragSource source, DragOptions options) { in startDrag()
|
H A D | BaseWidgetSheet.java | 33 import com.android.launcher3.DragSource; 53 implements OnClickListener, OnLongClickListener, DragSource,
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarDragController.java | 38 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 D | HotseatPredictionController.java | 38 import com.android.launcher3.DragSource; 73 DragSource, ViewGroup.OnHierarchyChangeListener {
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | PopupContainerWithArrow.java | 45 import com.android.launcher3.DragSource; 86 extends ArrowPopup<T> implements DragSource, DragController.DragListener {
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
H A D | AllAppsContainerView.java | 56 import com.android.launcher3.DragSource; 76 public class AllAppsContainerView extends SpringRelativeLayout implements DragSource,
|