Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java63 mCellLayout.copyCurrentStateToSolution(solution, false); in findReorderSolution()
118 mCellLayout.copyCurrentStateToSolution(solution, false); in dropInPlaceSolution()
148 mCellLayout.copyCurrentStateToSolution(solution, false); in closestEmptySpaceReorder()
/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java85 public void copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) { in copyCurrentStateToSolution() method in MultipageCellLayout
DCellLayout.java2397 public void copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) { in copyCurrentStateToSolution() method in CellLayout