Searched refs:parentCell (Results 1 – 1 of 1) sorted by relevance
2812 CellLayout parentCell = getParentCellLayoutForView(cell); in onDrop() local2813 if (parentCell != null) { in onDrop()2814 parentCell.removeView(cell); in onDrop()3906 CellLayout parentCell = getParentCellLayoutForView(v);3907 if (parentCell != null) {3908 parentCell.removeView(v);