Searched refs:dragType (Results 1 – 3 of 3) sorted by relevance
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()
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()
53 public DragType dragType; field in BaseAccessibilityDelegate.DragInfo