Searched refs:cellInfo (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java712 final CellInfo cellInfo = mCellInfo;
738 cellInfo.cell = child;
739 cellInfo.cellX = lp.cellX;
740 cellInfo.cellY = lp.cellY;
741 cellInfo.spanX = lp.cellHSpan;
742 cellInfo.spanY = lp.cellVSpan;
755 cellInfo.cell = null;
756 cellInfo.cellX = cellXY[0];
757 cellInfo.cellY = cellXY[1];
758 cellInfo
[all...]
H A DWorkspace.java1874 void startDrag(CellLayout.CellInfo cellInfo) { argument
1875 View child = cellInfo.cell;
1882 mDragInfo = cellInfo;
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java365 CellLayout.CellInfo cellInfo = new CellLayout.CellInfo(item, info);
384 folder.startDrag(cellInfo.cell, options);
386 mLauncher.getWorkspace().startDrag(cellInfo, options);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2191 public void startDrag(CellLayout.CellInfo cellInfo, DragOptions options) { argument
2192 View child = cellInfo.cell;
2199 mDragInfo = cellInfo;

Completed in 108 milliseconds