Searched refs:DragSource (Results 1 – 18 of 18) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | LauncherDelegate.java | 27 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()
|
D | Folder.java | 74 import com.android.launcher3.DragSource; 122 public class Folder extends AbstractFloatingView implements ClipPathView, DragSource,
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragController.java | 32 import com.android.launcher3.DragSource; 151 DragSource source, in startDrag() 186 DragSource source, in startDrag() 202 DragSource source, in startDrag()
|
D | BaseItemDragListener.java | 34 import com.android.launcher3.DragSource; 45 public abstract class BaseItemDragListener implements View.OnDragListener, DragSource,
|
D | LauncherDragController.java | 34 import com.android.launcher3.DragSource; 62 DragSource source, in startDrag()
|
D | PinItemDragListener.java | 33 import com.android.launcher3.DragSource;
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDragController.java | 30 import com.android.launcher3.DragSource; 54 DraggableView originalView, int dragLayerX, int dragLayerY, DragSource source, in startDrag()
|
D | SecondaryDisplayLauncher.java | 34 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/ |
D | DragSource.java | 26 public interface DragSource { interface
|
D | SecondaryDropTarget.java | 344 protected class DeferredOnComplete implements DragSource { 346 private final DragSource mOriginal; 352 public DeferredOnComplete(DragSource original, Context context) { in DeferredOnComplete()
|
D | DropTarget.java | 64 public DragSource dragSource = null;
|
D | Workspace.java | 148 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/ |
D | ItemLongClickListener.java | 32 import com.android.launcher3.DragSource; 106 DragSource dragSource = (target, dragObject, success) -> { }; in onWidgetItemLongClick()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | PendingItemDragHelper.java | 35 import com.android.launcher3.DragSource; 97 Point screenPos, DragSource source, DragOptions options) { in startDrag()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatPredictionController.java | 42 import com.android.launcher3.DragSource; 82 DragSource, ViewGroup.OnHierarchyChangeListener {
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 45 import com.android.launcher3.DragSource; 80 extends ArrowPopup<T> implements DragSource, DragController.DragListener {
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDragController.java | 59 import com.android.launcher3.DragSource; 260 DraggableView originalView, int dragLayerX, int dragLayerY, DragSource source, in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | ActivityAllAppsContainerView.java | 72 import com.android.launcher3.DragSource; 111 extends SpringRelativeLayout implements DragSource, Insettable,
|