Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java61 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
DMulticellReorderAlgorithm.java40 CellLayout.ItemConfiguration solution) { in removeSeamFromSolution()
60 CellLayout.ItemConfiguration solution) { in findReorderSolution()
/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java85 public void copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) { in copyCurrentStateToSolution()
DCellLayout.java1391 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/
DSplineMath.java116 double[] solution = new double[n]; // returned coefficients in solveSystem() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java352 double[] solution = new double[n]; // returned coefficients in solveSystem() local