Searched refs:getParentCellLayoutForView (Results 1 – 2 of 2) sorted by relevance
1684 CellLayout cellParent = getParentCellLayoutForView(mDragInfo.cell); in createUserFolderIfNecessary()1701 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell); in createUserFolderIfNecessary()1749 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell); in addToExistingFolderIfNecessary()1787 boolean hasMovedLayouts = (getParentCellLayoutForView(cell) != dropTargetLayout); in onDrop()1864 CellLayout parentCell = getParentCellLayoutForView(cell); in onDrop()2803 CellLayout parentCell = getParentCellLayoutForView(v);2912 CellLayout getParentCellLayoutForView(View v) { in getParentCellLayoutForView() method
1707 CellLayout parent = mWorkspace.getParentCellLayoutForView(newFolder); in addFolder()