Searched defs:solution (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithm.java | 61 CellLayout.ItemConfiguration solution) { in findReorderSolution() 117 CellLayout.ItemConfiguration solution = new CellLayout.ItemConfiguration(); in dropInPlaceSolution() local 142 CellLayout.ItemConfiguration solution = new CellLayout.ItemConfiguration(); in closestEmptySpaceReorder() local
|
D | MulticellReorderAlgorithm.java | 40 CellLayout.ItemConfiguration solution) { in removeSeamFromSolution() 60 CellLayout.ItemConfiguration solution) { in findReorderSolution()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | MultipageCellLayout.java | 85 public void copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) { in copyCurrentStateToSolution()
|
D | CellLayout.java | 1391 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() 1411 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() 1435 private void beginOrAdjustReorderPreviewAnimations(ItemConfiguration solution, in beginOrAdjustReorderPreviewAnimations() 2120 int[] direction, View ignoreView, ItemConfiguration solution) { in attemptPushInDirection() 2331 View ignoreView, ItemConfiguration solution) { in rearrangementExists() 2392 ItemConfiguration solution) { in findReorderSolution() 2397 public void copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) { in copyCurrentStateToSolution() 2482 public void performReorder(ItemConfiguration solution, View dragView, int mode) { in performReorder()
|
/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/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | Spline.java | 352 double[] solution = new double[n]; // returned coefficients in solveSystem() local
|