Home
last modified time | relevance | path

Searched defs:solution (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTest.java170 ItemConfiguration solution = cl.createReorderAlgorithm() in solve() local
199 public CellLayoutBoard boardFromSolution(ItemConfiguration solution, int width, in boardFromSolution()
214 ItemConfiguration solution = solve(testCase.startBoard, testCase.x, testCase.y, in evaluateTestCase() local
251 ItemConfiguration solution = solve(board, x, y, targetWidth, targetHeight, in generateRandomTestCase() local
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java85 ItemConfiguration solution) { in findReorderSolutionRecursive()
125 View ignoreView, ItemConfiguration solution) { in rearrangementExists()
313 int[] direction, View ignoreView, ItemConfiguration solution) { in attemptPushInDirection()
412 ItemConfiguration solution = new ItemConfiguration(); in dropInPlaceSolution() local
452 ItemConfiguration solution = new ItemConfiguration(); in closestEmptySpaceReorder() local
DReorderParameters.kt29 val solution: ItemConfiguration constant in com.android.launcher3.celllayout.ReorderParameters
DMulticellReorderAlgorithm.java41 public ItemConfiguration removeSeamFromSolution(ItemConfiguration solution) { in removeSeamFromSolution()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java116 double[] solution = new double[n]; // returned coefficients in solveSystem() local
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1357 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState()
1377 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution()
1401 private void beginOrAdjustReorderPreviewAnimations(ItemConfiguration solution, in beginOrAdjustReorderPreviewAnimations()
1570 public void copyCurrentStateToSolution(ItemConfiguration solution) { in copyCurrentStateToSolution()
1654 public void performReorder(ItemConfiguration solution, View dragView, int mode) { in performReorder()
DMultipageCellLayout.java112 public void copyCurrentStateToSolution(ItemConfiguration solution) { in copyCurrentStateToSolution()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java352 double[] solution = new double[n]; // returned coefficients in solveSystem() local