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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java77 private DragInfo mDragInfo = null; field in class:LauncherAccessibilityDelegate
322 return mDragInfo != null;
326 return mDragInfo;
356 mDragInfo = new DragInfo();
357 mDragInfo.info = info;
358 mDragInfo.item = item;
359 mDragInfo.dragType = DragType.ICON;
361 mDragInfo.dragType = DragType.FOLDER;
363 mDragInfo.dragType = DragType.WIDGET;
401 mDragInfo
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java111 private CellLayout.CellInfo mDragInfo; field in class:Workspace
1882 mDragInfo = cellInfo;
1987 if (mDragInfo != null) {
1988 final CellLayout.CellInfo dragCellInfo = mDragInfo;
2057 if (mDragInfo != null) {
2058 hasntMoved = dropOverView == mDragInfo.cell;
2101 if (mDragInfo != null) {
2102 CellLayout cellParent = getParentCellLayoutForView(mDragInfo.cell);
2103 hasntMoved = (mDragInfo.cellX == targetCell[0] &&
2104 mDragInfo
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java138 private CellLayout.CellInfo mDragInfo; field in class:Workspace
2271 mDragInfo = cellInfo;
2387 if (mDragInfo != null) {
2388 final CellLayout.CellInfo dragCellInfo = mDragInfo;
2466 if (mDragInfo != null) {
2467 hasntMoved = dropOverView == mDragInfo.cell;
2514 if (mDragInfo != null) {
2515 CellLayout cellParent = getParentCellLayoutForView(mDragInfo.cell);
2516 hasntMoved = (mDragInfo.cellX == targetCell[0] &&
2517 mDragInfo
[all...]

Completed in 331 milliseconds