Searched refs:DragType (Results 1 – 2 of 2) sorted by relevance
27 import com.android.launcher3.accessibility.LauncherAccessibilityDelegate.DragType;53 if (dragInfo.dragType == DragType.WIDGET && mView.isHotseat()) { in intersectsValidDropTarget()57 if (dragInfo.dragType == DragType.WIDGET) { in intersectsValidDropTarget()97 } else if (dragInfo.dragType != DragType.FOLDER) { in intersectsValidDropTarget()
56 public enum DragType { enum in LauncherAccessibilityDelegate63 public DragType dragType;341 mDragInfo.dragType = DragType.ICON; in beginAccessibleDrag()343 mDragInfo.dragType = DragType.FOLDER; in beginAccessibleDrag()345 mDragInfo.dragType = DragType.WIDGET; in beginAccessibleDrag()