Searched defs:solution (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithmUnitTest.java | 170 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/ |
D | ReorderAlgorithm.java | 85 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
|
D | ReorderParameters.kt | 29 val solution: ItemConfiguration constant in com.android.launcher3.celllayout.ReorderParameters
|
D | MulticellReorderAlgorithm.java | 41 public ItemConfiguration removeSeamFromSolution(ItemConfiguration solution) { in removeSeamFromSolution()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | SplineMath.java | 116 double[] solution = new double[n]; // returned coefficients in solveSystem() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 1357 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()
|
D | MultipageCellLayout.java | 112 public void copyCurrentStateToSolution(ItemConfiguration solution) { in copyCurrentStateToSolution()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | Spline.java | 352 double[] solution = new double[n]; // returned coefficients in solveSystem() local
|