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.java2500 CellLayout cellParent = getParentCellLayoutForView(mDragInfo.cell);
2517 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell);
2560 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell);
2596 boolean hasMovedLayouts = (getParentCellLayoutForView(cell) != dropTargetLayout);
2662 CellLayout parentCell = getParentCellLayoutForView(cell);
3762 CellLayout parentCell = getParentCellLayoutForView(v);
3999 CellLayout getParentCellLayoutForView(View v) { method in class:Workspace
H A DLauncher.java2379 CellLayout parent = mWorkspace.getParentCellLayoutForView(newFolder);

Completed in 455 milliseconds