Home
last modified time | relevance | path

Searched refs:seamOffset (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java117 int seamOffset = lp.getCellX() >= mCellLayout.getCountX() / 2 && lp.canReorder ? 1 : 0; in createGridOccupancyWithSeam() local
118 grid.markCells(lp.getCellX() + seamOffset, lp.getCellY(), lp.cellHSpan, lp.cellVSpan, in createGridOccupancyWithSeam()
/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java117 int seamOffset = lp.getCellX() >= mCountX / 2 && lp.canReorder ? 1 : 0; in copyCurrentStateToSolution() local
118 CellAndSpan c = new CellAndSpan(lp.getCellX() + seamOffset, lp.getCellY(), lp.cellHSpan, in copyCurrentStateToSolution()