Home
last modified time | relevance | path

Searched refs:DragType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java29 import com.android.launcher3.accessibility.LauncherAccessibilityDelegate.DragType;
61 if (dragInfo.dragType == DragType.WIDGET && !mView.acceptsWidget()) { in intersectsValidDropTarget()
65 if (dragInfo.dragType == DragType.WIDGET) { in intersectsValidDropTarget()
105 } else if (dragInfo.dragType != DragType.FOLDER) { in intersectsValidDropTarget()
DLauncherAccessibilityDelegate.java68 public enum DragType { enum in LauncherAccessibilityDelegate
75 public DragType dragType;
413 mDragInfo.dragType = DragType.ICON; in beginAccessibleDrag()
415 mDragInfo.dragType = DragType.FOLDER; in beginAccessibleDrag()
417 mDragInfo.dragType = DragType.WIDGET; in beginAccessibleDrag()