Searched refs:parentCell (Results 1 – 1 of 1) sorted by relevance
2103 CellLayout parentCell = getParentCellLayoutForView(cell); in onDrop() local2104 if (parentCell != null) { in onDrop()2105 parentCell.removeView(cell); in onDrop()3127 CellLayout parentCell = getParentCellLayoutForView(v);3128 if (parentCell != null) {3129 parentCell.removeView(v);