Lines Matching refs:markCells
745 * @param markCells if the occupied cells should be marked or not
749 CellLayoutLayoutParams params, boolean markCells) {
776 if (markCells) markCellsAsOccupiedForView(child);
1072 occupied.markCells(lp.getCellX(), lp.getCellY(), lp.cellHSpan, lp.cellVSpan, false);
1073 occupied.markCells(cellX, cellY, lp.cellHSpan, lp.cellVSpan, true);
1371 mTmpOccupied.markCells(c, true);
1374 mTmpOccupied.markCells(solution, true);
1391 occupied.markCells(c, true);
1395 occupied.markCells(solution, true);
1821 mOccupied.markCells(pos.cellX, pos.cellY, info.spanX, info.spanY, true);
1827 mOccupied.markCells(lp.getCellX(), lp.getCellY(), lp.cellHSpan, lp.cellVSpan, true);
1835 mOccupied.markCells(pos.cellX, pos.cellY, info.spanX, info.spanY, false);
1841 mOccupied.markCells(lp.getCellX(), lp.getCellY(), lp.cellHSpan, lp.cellVSpan, false);
1922 mOccupied.markCells(0, mCountY - 1, mCountX, 1, false);