Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java25 import com.android.launcher3.accessibility.BaseAccessibilityDelegate.DragType;
54 if (dragInfo.dragType == DragType.WIDGET && !mView.acceptsWidget()) { in intersectsValidDropTarget()
58 if (dragInfo.dragType == DragType.WIDGET) { in intersectsValidDropTarget()
98 } else if (dragInfo.dragType != DragType.FOLDER) { in intersectsValidDropTarget()
DBaseAccessibilityDelegate.java45 public enum DragType { enum in BaseAccessibilityDelegate
53 public DragType dragType;
DLauncherAccessibilityDelegate.java319 mDragInfo.dragType = DragType.ICON; in beginAccessibleDrag()
321 mDragInfo.dragType = DragType.FOLDER; in beginAccessibleDrag()
323 mDragInfo.dragType = DragType.APP_PAIR; in beginAccessibleDrag()
325 mDragInfo.dragType = DragType.WIDGET; in beginAccessibleDrag()