Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java408 public ItemConfiguration dropInPlaceSolution(ReorderParameters reorderParameters) { in dropInPlaceSolution() method in ReorderAlgorithm
483 ItemConfiguration dropInPlaceSolution = dropInPlaceSolution(reorderParameters); in calculateReorder() local
497 } else if (dropInPlaceSolution.isSolution) { in calculateReorder()
498 return dropInPlaceSolution; in calculateReorder()
DMulticellReorderAlgorithm.java65 public ItemConfiguration dropInPlaceSolution(ReorderParameters reorderParameters) { in dropInPlaceSolution() method in MulticellReorderAlgorithm
67 simulateSeam(() -> super.dropInPlaceSolution(reorderParameters)) in dropInPlaceSolution()