Searched refs:parentCell (Results 1 – 1 of 1) sorted by relevance
1874 CellLayout parentCell = getParentCellLayoutForView(cell); in onDrop() local1875 if (parentCell != null) { in onDrop()1876 parentCell.removeView(cell); in onDrop()2823 CellLayout parentCell = getParentCellLayoutForView(v);2824 if (parentCell != null) {2825 parentCell.removeView(v);