Searched refs:DragType (Results 1 – 3 of 3) sorted by relevance
25 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()
45 public enum DragType { enum in BaseAccessibilityDelegate53 public DragType dragType;
319 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()