Searched refs:reorderParameters (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithm.java | 56 public ItemConfiguration findReorderSolution(ReorderParameters reorderParameters, in findReorderSolution() argument 58 return findReorderSolution(reorderParameters, mCellLayout.mDirectionVector, decX); in findReorderSolution() 74 public ItemConfiguration findReorderSolution(ReorderParameters reorderParameters, in findReorderSolution() argument 76 return findReorderSolutionRecursive(reorderParameters.getPixelX(), in findReorderSolution() 77 reorderParameters.getPixelY(), reorderParameters.getMinSpanX(), in findReorderSolution() 78 reorderParameters.getMinSpanY(), reorderParameters.getSpanX(), in findReorderSolution() 79 reorderParameters.getSpanY(), direction, in findReorderSolution() 80 reorderParameters.getDragView(), decX, reorderParameters.getSolution()); in findReorderSolution() 408 public ItemConfiguration dropInPlaceSolution(ReorderParameters reorderParameters) { in dropInPlaceSolution() argument 409 int[] result = mCellLayout.findNearestAreaIgnoreOccupied(reorderParameters.getPixelX(), in dropInPlaceSolution() [all …]
|
D | MulticellReorderAlgorithm.java | 51 public ItemConfiguration closestEmptySpaceReorder(ReorderParameters reorderParameters) { in closestEmptySpaceReorder() argument 53 () -> super.closestEmptySpaceReorder(reorderParameters)) in closestEmptySpaceReorder() 58 public ItemConfiguration findReorderSolution(ReorderParameters reorderParameters, in findReorderSolution() argument 61 () -> super.findReorderSolution(reorderParameters, decX))); in findReorderSolution() 65 public ItemConfiguration dropInPlaceSolution(ReorderParameters reorderParameters) { in dropInPlaceSolution() argument 67 simulateSeam(() -> super.dropInPlaceSolution(reorderParameters)) in dropInPlaceSolution()
|