Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java325 layout.markCellsAsOccupiedForView(host); in performResizeAction()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java602 if (markCells) markCellsAsOccupiedForView(child); in addViewToCellLayout()
2515 markCellsAsOccupiedForView(child); in onDropChild()
2543 public void markCellsAsOccupiedForView(View view) { in markCellsAsOccupiedForView() method in CellLayout
DWorkspace.java1914 layout.markCellsAsOccupiedForView(cell); in onDrop()