Searched refs:parentCell (Results 1 – 1 of 1) sorted by relevance
2620 CellLayout parentCell = getParentCellLayoutForView(cell); in onDrop() local2621 if (parentCell != null) { in onDrop()2622 parentCell.removeView(cell); in onDrop()3636 CellLayout parentCell = getParentCellLayoutForView(v);3637 if (parentCell != null) {3638 parentCell.removeView(v);