Searched defs:DragType (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java57 public enum DragType { enum in class:LauncherAccessibilityDelegate
64 public DragType dragType;
357 mDragInfo.dragType = DragType.ICON;
359 mDragInfo.dragType = DragType.FOLDER;
361 mDragInfo.dragType = DragType.WIDGET;

Completed in 67 milliseconds