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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java647 final CellInfo cellInfo = mCellInfo;
668 cellInfo.cell = child;
669 cellInfo.cellX = lp.cellX;
670 cellInfo.cellY = lp.cellY;
671 cellInfo.spanX = lp.cellHSpan;
672 cellInfo.spanY = lp.cellVSpan;
685 cellInfo.cell = null;
686 cellInfo.cellX = cellXY[0];
687 cellInfo.cellY = cellXY[1];
688 cellInfo
[all...]
H A DWorkspace.java1920 void startDrag(CellLayout.CellInfo cellInfo) { argument
1921 View child = cellInfo.cell;
1928 mDragInfo = cellInfo;

Completed in 92 milliseconds