Home
last modified time | relevance | path

Searched refs:ReorderParameters (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java51 public ItemConfiguration closestEmptySpaceReorder(ReorderParameters reorderParameters) { in closestEmptySpaceReorder()
58 public ItemConfiguration findReorderSolution(ReorderParameters reorderParameters, in findReorderSolution()
65 public ItemConfiguration dropInPlaceSolution(ReorderParameters reorderParameters) { in dropInPlaceSolution()
DReorderAlgorithm.java56 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()
DReorderParameters.kt21 class ReorderParameters( class
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java65 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/
DReorderAlgorithmUnitTest.java172 new ReorderParameters( in solve()