Searched refs:cellInfo (Results 1 - 5 of 5) 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.java348 CellLayout.CellInfo cellInfo = new CellLayout.CellInfo(item, info);
368 mDragSource.startDrag(cellInfo, true);
392 void startDrag(CellLayout.CellInfo cellInfo, boolean accessible); argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolder.java281 public void startDrag(CellInfo cellInfo, boolean accessible) { argument
282 beginDrag(cellInfo.cell, accessible);
H A DWorkspace.java2344 public void startDrag(CellLayout.CellInfo cellInfo) { argument
2345 startDrag(cellInfo, false);
2349 public void startDrag(CellLayout.CellInfo cellInfo, boolean accessible) { argument
2350 View child = cellInfo.cell;
2357 mDragInfo = cellInfo;

Completed in 75 milliseconds