HomeSort by relevance Sort by last modified time
    Searched refs:dragType (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
WorkspaceAccessibilityHelper.java 26 import com.android.launcher3.accessibility.LauncherAccessibilityDelegate.DragType;
52 if (dragInfo.dragType == DragType.WIDGET && mView.isHotseat()) {
56 if (dragInfo.dragType == DragType.WIDGET) {
96 } else if (dragInfo.dragType != DragType.FOLDER) {
LauncherAccessibilityDelegate.java 56 public enum DragType {
63 public DragType dragType;
342 mDragInfo.dragType = DragType.ICON;
344 mDragInfo.dragType = DragType.FOLDER;
346 mDragInfo.dragType = DragType.WIDGET;
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 287 public void enableAccessibleDrag(boolean enable, int dragType) {
295 if (dragType == WORKSPACE_ACCESSIBILITY_DRAG &&
298 } else if (dragType == FOLDER_ACCESSIBILITY_DRAG &&
    [all...]

Completed in 1093 milliseconds