Searched refs:markCells (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | GridSizeMigrationTask.java | 337 markCells(occupied, item, true); 393 markCells(occupied, item, true); 405 private void markCells(boolean[][] occupied, DbEntry item, boolean val) { 514 markCells(occupied, me, true); 516 markCells(occupied, me, false); 522 markCells(occupied, me, true); 525 markCells(occupied, me, false); 532 markCells(occupied, me, true); 535 markCells(occupied, me, false); 544 markCells(occupied, me, true); [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 634 boolean markCells) { in addViewToCellLayout() argument 660 if (markCells) markCellsAsOccupiedForView(child); in addViewToCellLayout()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 616 boolean markCells) { in addViewToCellLayout() argument 646 if (markCells) markCellsAsOccupiedForView(child); in addViewToCellLayout()
|