Home
last modified time | relevance | path

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

/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.java1634 int[] direction, View ignoreView, ItemConfiguration solution) { in attemptPushInDirection()
1728 View ignoreView, ItemConfiguration solution) { in rearrangementExists()
1802 ItemConfiguration solution) { in findReorderSolution()
1841 private void copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) { in copyCurrentStateToSolution()
1856 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState()
1876 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution()
1900 private void beginOrAdjustReorderPreviewAnimations(ItemConfiguration solution, in beginOrAdjustReorderPreviewAnimations()
2135 int spanX, int spanY, View dragView, ItemConfiguration solution) { in findConfigurationNoShuffle()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java352 double[] solution = new double[n]; // returned coefficients in solveSystem() local