Searched refs:getParentCellLayoutForView (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java2102 CellLayout cellParent = getParentCellLayoutForView(mDragInfo.cell);
2119 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell);
2162 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell);
2197 boolean hasMovedLayouts = (getParentCellLayoutForView(cell) != dropTargetLayout);
2263 getParentCellLayoutForView(cell).removeView(cell);
3373 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell);
3552 CellLayout getParentCellLayoutForView(View v) { method in class:Workspace
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2438 CellLayout cellParent = getParentCellLayoutForView(mDragInfo.cell);
2455 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell);
2503 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell);
2541 boolean hasMovedLayouts = (getParentCellLayoutForView(cell) != dropTargetLayout);
2620 CellLayout parentCell = getParentCellLayoutForView(cell);
3636 CellLayout parentCell = getParentCellLayoutForView(v);
3754 CellLayout getParentCellLayoutForView(View v) { method in class:Workspace
H A DLauncher.java2143 CellLayout parent = mWorkspace.getParentCellLayoutForView(newFolder);

Completed in 378 milliseconds