Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cellInfo

110      * CellInfo for the cell that is currently being dragged
112 private CellLayout.CellInfo mDragInfo;
1868 void startDrag(CellLayout.CellInfo cellInfo) {
1869 View child = cellInfo.cell;
1876 mDragInfo = cellInfo;
1982 final CellLayout.CellInfo dragCellInfo = mDragInfo;
3329 * Return the current CellInfo describing our current drag; this method exists
3334 public CellLayout.CellInfo getDragInfo() {