Searched refs:seamOffset (Results 1 – 2 of 2) sorted by relevance
117 int seamOffset = lp.getCellX() >= mCellLayout.getCountX() / 2 && lp.canReorder ? 1 : 0; in createGridOccupancyWithSeam() local118 grid.markCells(lp.getCellX() + seamOffset, lp.getCellY(), lp.cellHSpan, lp.cellVSpan, in createGridOccupancyWithSeam()
117 int seamOffset = lp.getCellX() >= mCountX / 2 && lp.canReorder ? 1 : 0; in copyCurrentStateToSolution() local118 CellAndSpan c = new CellAndSpan(lp.getCellX() + seamOffset, lp.getCellY(), lp.cellHSpan, in copyCurrentStateToSolution()