Searched refs:cellInfo (Results 1 – 2 of 2) sorted by relevance
712 final CellInfo cellInfo = mCellInfo; in setTagToCellInfoForPoint() local738 cellInfo.cell = child; in setTagToCellInfoForPoint()739 cellInfo.cellX = lp.cellX; in setTagToCellInfoForPoint()740 cellInfo.cellY = lp.cellY; in setTagToCellInfoForPoint()741 cellInfo.spanX = lp.cellHSpan; in setTagToCellInfoForPoint()742 cellInfo.spanY = lp.cellVSpan; in setTagToCellInfoForPoint()755 cellInfo.cell = null; in setTagToCellInfoForPoint()756 cellInfo.cellX = cellXY[0]; in setTagToCellInfoForPoint()757 cellInfo.cellY = cellXY[1]; in setTagToCellInfoForPoint()758 cellInfo.spanX = 1; in setTagToCellInfoForPoint()[all …]
1874 void startDrag(CellLayout.CellInfo cellInfo) {1875 View child = cellInfo.cell;1882 mDragInfo = cellInfo;