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.java53 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()
DLauncherAccessibilityDelegate.java63 public DragType dragType; field in LauncherAccessibilityDelegate.DragInfo
341 mDragInfo.dragType = DragType.ICON; in beginAccessibleDrag()
343 mDragInfo.dragType = DragType.FOLDER; in beginAccessibleDrag()
345 mDragInfo.dragType = DragType.WIDGET; in beginAccessibleDrag()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java283 public void enableAccessibleDrag(boolean enable, int dragType) { in enableAccessibleDrag() argument
291 if (dragType == WORKSPACE_ACCESSIBILITY_DRAG && in enableAccessibleDrag()
294 } else if (dragType == FOLDER_ACCESSIBILITY_DRAG && in enableAccessibleDrag()