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.java53 if (dragInfo.dragType == DragType.WIDGET && !mView.acceptsWidget()) { in intersectsValidDropTarget()
57 if (dragInfo.dragType == DragType.WIDGET) { in intersectsValidDropTarget()
97 } else if (dragInfo.dragType != DragType.FOLDER) { in intersectsValidDropTarget()
DLauncherAccessibilityDelegate.java82 public DragType dragType; field in LauncherAccessibilityDelegate.DragInfo
429 mDragInfo.dragType = DragType.ICON; in beginAccessibleDrag()
431 mDragInfo.dragType = DragType.FOLDER; in beginAccessibleDrag()
433 mDragInfo.dragType = DragType.WIDGET; in beginAccessibleDrag()