Searched refs:ReorderParameters (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | MulticellReorderAlgorithm.java | 51 public ItemConfiguration closestEmptySpaceReorder(ReorderParameters reorderParameters) { in closestEmptySpaceReorder() 58 public ItemConfiguration findReorderSolution(ReorderParameters reorderParameters, in findReorderSolution() 65 public ItemConfiguration dropInPlaceSolution(ReorderParameters reorderParameters) { in dropInPlaceSolution()
|
D | ReorderAlgorithm.java | 56 public ItemConfiguration findReorderSolution(ReorderParameters reorderParameters, in findReorderSolution() 74 public ItemConfiguration findReorderSolution(ReorderParameters reorderParameters, in findReorderSolution() 408 public ItemConfiguration dropInPlaceSolution(ReorderParameters reorderParameters) { in dropInPlaceSolution() 451 public ItemConfiguration closestEmptySpaceReorder(ReorderParameters reorderParameters) { in closestEmptySpaceReorder() 480 public ItemConfiguration calculateReorder(ReorderParameters reorderParameters) { in calculateReorder() 529 public void getDirectionVectorForDrop(ReorderParameters reorderParameters, in getDirectionVectorForDrop()
|
D | ReorderParameters.kt | 21 class ReorderParameters( class
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 65 import com.android.launcher3.celllayout.ReorderParameters; 1564 ReorderParameters parameters = new ReorderParameters(pixelX, pixelY, spanX, spanY, minSpanX, in findReorderSolution() 1600 new ReorderParameters(pixelX, pixelY, spanX, spanY, minSpanX, minSpanY, dragView, in calculateReorder()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithmUnitTest.java | 172 new ReorderParameters( in solve()
|