Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragController.java135 void onDragStart(DragSource source, Object info, int dragAction); in onDragStart()
177 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction, in startDrag()
211 DragSource source, Object dragInfo, int dragAction, Point dragOffset, Rect dragRegion, in startDrag()
622 private PointF isFlingingToDelete(DragSource source) {
DDropTarget.java55 public DragSource dragSource = null;
93 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
DInfoDropTarget.java68 private boolean isFromAllApps(DragSource source) { in isFromAllApps()
101 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
DDeleteDropTarget.java92 private boolean isAllAppsApplication(DragSource source, Object info) { in isAllAppsApplication()
95 private boolean isAllAppsWidget(DragSource source, Object info) { in isAllAppsWidget()
137 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
DDragSource.java27 public interface DragSource { interface
DButtonDropTarget.java102 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
DSearchDropTargetBar.java179 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
DWorkspace.java72 implements DropTarget, DragSource, DragScroller, View.OnTouchListener,
382 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
1897 public void beginDragShared(View child, DragSource source) {
DFolder.java57 public class Folder extends LinearLayout implements DragSource, View.OnClickListener,
DAppsCustomizePagedView.java152 View.OnClickListener, View.OnKeyListener, DragSource,
/packages/apps/Launcher3/src/com/android/launcher3/
DDeleteDropTarget.java60 protected boolean supportsDrop(DragSource source, ItemInfo info) { in supportsDrop()
67 public void setTextBasedOnDragSource(DragSource dragSource) { in setTextBasedOnDragSource()
DDragSource.java27 public interface DragSource extends LogContainerProvider { interface
DDropTarget.java56 public DragSource dragSource = null;
DInfoDropTarget.java99 protected boolean supportsDrop(DragSource source, ItemInfo info) { in supportsDrop()
DUninstallDropTarget.java38 protected boolean supportsDrop(DragSource source, ItemInfo info) { in supportsDrop()
DButtonDropTarget.java197 protected abstract boolean supportsDrop(DragSource source, ItemInfo info); in supportsDrop()
DWorkspace.java101 implements DropTarget, DragSource, View.OnTouchListener,
2220 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared()
2233 public DragView beginDragShared(View child, DragSource source, ItemInfo dragObject, in beginDragShared()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsContainerView.java30 import com.android.launcher3.DragSource;
52 implements View.OnLongClickListener, View.OnClickListener, DragSource {
DPendingItemDragHelper.java30 import com.android.launcher3.DragSource;
74 Point screenPos, DragSource source, DragOptions options) { in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinItemDragListener.java36 import com.android.launcher3.DragSource;
59 implements Parcelable, View.OnDragListener, DragSource, DragOptions.PreDragCondition {
DDragController.java32 import com.android.launcher3.DragSource;
134 DragSource source, ItemInfo dragInfo, Point dragOffset, Rect dragRegion, in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java43 import com.android.launcher3.DragSource;
70 public class AllAppsContainerView extends BaseContainerView implements DragSource,
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java48 import com.android.launcher3.DragSource;
88 public class PopupContainerWithArrow extends AbstractFloatingView implements DragSource,
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java51 import com.android.launcher3.DragSource;
88 public class Folder extends AbstractFloatingView implements DragSource, View.OnClickListener,