Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cellInfo

108      * CellInfo for the cell that is currently being dragged
110 private CellLayout.CellInfo mDragInfo;
1873 void startDrag(CellLayout.CellInfo cellInfo) {
1874 View child = cellInfo.cell;
1881 mDragInfo = cellInfo;
1987 final CellLayout.CellInfo dragCellInfo = mDragInfo;
3334 * Return the current CellInfo describing our current drag; this method exists
3339 public CellLayout.CellInfo getDragInfo() {