Searched refs:parentCell (Results 1 – 1 of 1) sorted by relevance
1864 CellLayout parentCell = getParentCellLayoutForView(cell); in onDrop() local1865 if (parentCell != null) { in onDrop()1866 parentCell.removeView(cell); in onDrop()2803 CellLayout parentCell = getParentCellLayoutForView(v);2804 if (parentCell != null) {2805 parentCell.removeView(v);