/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithm.java | 61 CellLayout.ItemConfiguration solution) { in findReorderSolution() argument 63 mCellLayout.copyCurrentStateToSolution(solution, false); in findReorderSolution() 77 dragView, solution); in findReorderSolution() 84 direction, dragView, false, solution); in findReorderSolution() 87 direction, dragView, true, solution); in findReorderSolution() 89 solution.isSolution = false; in findReorderSolution() 91 solution.isSolution = true; in findReorderSolution() 92 solution.cellX = result[0]; in findReorderSolution() 93 solution.cellY = result[1]; in findReorderSolution() 94 solution.spanX = spanX; in findReorderSolution() [all …]
|
D | MulticellReorderAlgorithm.java | 40 CellLayout.ItemConfiguration solution) { in removeSeamFromSolution() argument 41 solution.map.forEach((view, cell) -> cell.cellX = in removeSeamFromSolution() 43 solution.cellX = in removeSeamFromSolution() 44 solution.cellX > mCellLayout.getCountX() / 2 ? solution.cellX - 1 : solution.cellX; in removeSeamFromSolution() 45 return solution; in removeSeamFromSolution() 60 CellLayout.ItemConfiguration solution) { in findReorderSolution() argument 63 direction, dragView, decX, solution))); in findReorderSolution()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 1391 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() argument 1399 CellAndSpan c = solution.map.get(child); in copySolutionToTempState() 1408 mTmpOccupied.markCells(solution, true); in copySolutionToTempState() 1411 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() argument 1421 CellAndSpan c = solution.map.get(child); in animateItemsToSolution() 1429 occupied.markCells(solution, true); in animateItemsToSolution() 1435 private void beginOrAdjustReorderPreviewAnimations(ItemConfiguration solution, in beginOrAdjustReorderPreviewAnimations() argument 1441 CellAndSpan c = solution.map.get(child); in beginOrAdjustReorderPreviewAnimations() 1442 boolean skip = mode == ReorderPreviewAnimation.MODE_HINT && solution.intersectingViews in beginOrAdjustReorderPreviewAnimations() 1443 != null && !solution.intersectingViews.contains(child); in beginOrAdjustReorderPreviewAnimations() [all …]
|
D | MultipageCellLayout.java | 85 public void copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) { in copyCurrentStateToSolution() argument 93 solution.add(child, c); in copyCurrentStateToSolution()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | SplineMath.java | 116 double[] solution = new double[n]; // returned coefficients in solveSystem() local 148 solution[n - 1] = result[n - 1] / system[n - 1][1]; in solveSystem() 150 solution[i] = (result[i] - system[i][2] * solution[i + 1]) / system[i][1]; in solveSystem() 152 return solution; in solveSystem()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | Spline.java | 352 double[] solution = new double[n]; // returned coefficients in solveSystem() local 384 solution[n - 1] = result[n - 1] / system[n - 1][1]; in solveSystem() 386 solution[i] = (result[i] - system[i][2] * solution[i + 1]) / system[i][1]; in solveSystem() 388 return solution; in solveSystem()
|
/packages/modules/Connectivity/tests/smoketest/ |
D | Android.bp | 10 // TODO: remove this hack when there is a better solution for jni_libs that includes
|
/packages/modules/Bluetooth/system/osi/src/socket_utils/ |
D | README | 19 term solution eliminating libcutils dependency from system /
|
/packages/modules/StatsD/lib/libstatssocket/ |
D | Android.bp | 75 //TODO (b/149842105): Figure out if there is a better solution for this.
|
/packages/modules/Permission/service/ |
D | Android.bp | 99 // TODO(b/177884622): Short term solution to prevent service-permission from seeing hidden
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | readme.md | 75 4. On Windows, build the solution found in the build directory. On Linux, run `make` from the build…
|
/packages/modules/NetworkStack/ |
D | Android.bp | 453 // TODO: find a better solution for this in R.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 1518 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |