Home
last modified time | relevance | path

Searched refs:parentCell (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java3156 CellLayout parentCell = getParentCellLayoutForView(cell); in onDrop() local
3157 if (parentCell != null) { in onDrop()
3158 parentCell.removeView(cell); in onDrop()
4245 CellLayout parentCell = getParentCellLayoutForView(mDragInfo.cell);
4246 if (parentCell != null) {
4247 parentCell.removeView(mDragInfo.cell);