Home
last modified time | relevance | path

Searched refs:copyCurrentStateToSolution (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java87 mCellLayout.copyCurrentStateToSolution(solution); in findReorderSolutionRecursive()
413 mCellLayout.copyCurrentStateToSolution(solution); in dropInPlaceSolution()
460 mCellLayout.copyCurrentStateToSolution(solution); in closestEmptySpaceReorder()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTest.java169 cl.copyCurrentStateToSolution(configuration); in solve()
188 cl.copyCurrentStateToSolution(solution); in solve()
/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java112 public void copyCurrentStateToSolution(ItemConfiguration solution) { in copyCurrentStateToSolution() method in MultipageCellLayout
DCellLayout.java1563 copyCurrentStateToSolution(configuration); in findReorderSolution()
1570 public void copyCurrentStateToSolution(ItemConfiguration solution) { in copyCurrentStateToSolution() method in CellLayout
1598 copyCurrentStateToSolution(configuration); in calculateReorder()