Searched refs:dragType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DWorkspaceAccessibilityHelper.java52 if (dragInfo.dragType == DragType.WIDGET && mView.isHotseat()) {
56 if (dragInfo.dragType == DragType.WIDGET) {
96 } else if (dragInfo.dragType != DragType.FOLDER) {
H A DLauncherAccessibilityDelegate.java63 public DragType dragType; field in class:LauncherAccessibilityDelegate.DragInfo
342 mDragInfo.dragType = DragType.ICON;
344 mDragInfo.dragType = DragType.FOLDER;
346 mDragInfo.dragType = DragType.WIDGET;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java287 public void enableAccessibleDrag(boolean enable, int dragType) { argument
295 if (dragType == WORKSPACE_ACCESSIBILITY_DRAG &&
298 } else if (dragType == FOLDER_ACCESSIBILITY_DRAG &&

Completed in 257 milliseconds