Searched refs:DragSource (Results 1 - 25 of 25) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragSource.java27 public interface DragSource { interface
H A DDropTarget.java55 public DragSource dragSource = null;
93 public void onDragStart(DragSource source, Object info, int dragAction) {
117 * @param source DragSource where the drag started
148 * @param source DragSource where the drag started
166 * @param source DragSource where the drag started
H A DInfoDropTarget.java68 private boolean isFromAllApps(DragSource source) {
101 public void onDragStart(DragSource source, Object info, int dragAction) {
H A DDeleteDropTarget.java92 private boolean isAllAppsApplication(DragSource source, Object info) {
95 private boolean isAllAppsWidget(DragSource source, Object info) {
137 public void onDragStart(DragSource source, Object info, int dragAction) {
H A DButtonDropTarget.java102 public void onDragStart(DragSource source, Object info, int dragAction) {
H A DDragController.java135 void onDragStart(DragSource source, Object info, int dragAction);
177 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo, int dragAction,
211 DragSource source, Object dragInfo, int dragAction, Point dragOffset, Rect dragRegion,
622 private PointF isFlingingToDelete(DragSource source) {
H A DSearchDropTargetBar.java179 public void onDragStart(DragSource source, Object info, int dragAction) {
H A DFolder.java57 public class Folder extends LinearLayout implements DragSource, View.OnClickListener,
H A DWorkspace.java72 implements DropTarget, DragSource, DragScroller, View.OnTouchListener,
382 public void onDragStart(DragSource source, Object info, int dragAction) {
1897 public void beginDragShared(View child, DragSource source) {
H A DAppsCustomizePagedView.java152 View.OnClickListener, View.OnKeyListener, DragSource,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragSource.java26 public interface DragSource { interface
H A DDropTarget.java53 public DragSource dragSource = null;
104 * @param source DragSource where the drag started
134 * @param source DragSource where the drag started
H A DInfoDropTarget.java66 protected boolean supportsDrop(DragSource source, Object info) {
H A DUninstallDropTarget.java35 protected boolean supportsDrop(DragSource source, Object info) {
109 @Thunk void sendUninstallResult(DragSource target, boolean result) {
H A DDeleteDropTarget.java56 protected boolean supportsDrop(DragSource source, Object info) {
H A DDragController.java138 void onDragStart(DragSource source, Object info, int dragAction);
181 public void startDrag(View v, Bitmap bmp, DragSource source, Object dragInfo,
214 DragSource source, Object dragInfo, int dragAction, Point dragOffset, Rect dragRegion,
672 private PointF isFlingingToDelete(DragSource source) {
H A DButtonDropTarget.java188 public final void onDragStart(DragSource source, Object info, int dragAction) {
204 protected abstract boolean supportsDrop(DragSource source, Object info);
H A DSearchDropTargetBar.java208 public void onDragStart(DragSource source, Object info, int dragAction) {
H A DFolder.java70 public class Folder extends LinearLayout implements DragSource, View.OnClickListener,
610 public void onDragStart(DragSource source, Object info, int dragAction) { }
H A DWorkspace.java88 implements DropTarget, DragSource, DragScroller, View.OnTouchListener,
384 public void onDragStart(final DragSource source, Object info, int dragAction) {
2251 public void beginDragShared(View child, DragSource source, boolean accessible) {
2255 public void beginDragShared(View child, Point relativeTouchPos, DragSource source,
2333 public void beginExternalDragShared(View child, DragSource source) {
H A DLauncher.java4566 public void startDrag(View dragView, ItemInfo dragInfo, DragSource source) {
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetHostViewLoader.java15 import com.android.launcher3.DragSource;
47 public void onDragStart(DragSource source, Object info, int dragAction) { }
H A DWidgetsContainerView.java36 import com.android.launcher3.DragSource;
55 implements View.OnLongClickListener, View.OnClickListener, DragSource{
265 // Drag related handling methods that implement {@link DragSource} interface.
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java24 import com.android.launcher3.DragSource;
378 public void onDragStart(DragSource source, Object info, int dragAction) {
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java41 import com.android.launcher3.DragSource;
129 public class AllAppsContainerView extends BaseContainerView implements DragSource,

Completed in 4325 milliseconds