Searched refs:parentCell (Results 1 – 1 of 1) sorted by relevance
1849 CellLayout parentCell = getParentCellLayoutForView(cell); in onDrop() local1850 if (parentCell != null) { in onDrop()1851 parentCell.removeView(cell); in onDrop()2785 CellLayout parentCell = getParentCellLayoutForView(v);2786 if (parentCell != null) {2787 parentCell.removeView(v);