| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/ |
| D | BarrierTest.java | 48 root.setDebugSolverName(root.getSystem(), "root"); in barrierConstrainedWidth() 49 guidelineStart.setDebugSolverName(root.getSystem(), "guidelineStart"); in barrierConstrainedWidth() 50 guidelineEnd.setDebugSolverName(root.getSystem(), "guidelineEnd"); in barrierConstrainedWidth() 51 a.setDebugSolverName(root.getSystem(), "A"); in barrierConstrainedWidth() 52 b.setDebugSolverName(root.getSystem(), "B"); in barrierConstrainedWidth() 53 barrier.setDebugSolverName(root.getSystem(), "Barrier"); in barrierConstrainedWidth() 98 root.setDebugSolverName(root.getSystem(), "root"); in barrierImage() 99 a.setDebugSolverName(root.getSystem(), "A"); in barrierImage() 100 b.setDebugSolverName(root.getSystem(), "B"); in barrierImage() 101 c.setDebugSolverName(root.getSystem(), "C"); in barrierImage() [all …]
|
| D | AdvancedChainTest.java | 39 root.setDebugSolverName(root.getSystem(), "root"); in testComplexChainWeights() 40 a.setDebugSolverName(root.getSystem(), "A"); in testComplexChainWeights() 41 b.setDebugSolverName(root.getSystem(), "B"); in testComplexChainWeights() 129 root.setDebugSolverName(root.getSystem(), "root"); in testTooSmall() 130 a.setDebugSolverName(root.getSystem(), "A"); in testTooSmall() 131 b.setDebugSolverName(root.getSystem(), "B"); in testTooSmall() 132 c.setDebugSolverName(root.getSystem(), "C"); in testTooSmall() 167 root.setDebugSolverName(root.getSystem(), "root"); in testChainWeights() 168 a.setDebugSolverName(root.getSystem(), "A"); in testChainWeights() 169 b.setDebugSolverName(root.getSystem(), "B"); in testChainWeights() [all …]
|
| D | ChainTest.java | 623 root.setDebugSolverName(root.getSystem(), "root"); in testBasicChainThreeElements1() 624 a.setDebugSolverName(root.getSystem(), "A"); in testBasicChainThreeElements1() 625 b.setDebugSolverName(root.getSystem(), "B"); in testBasicChainThreeElements1() 626 c.setDebugSolverName(root.getSystem(), "C"); in testBasicChainThreeElements1() 663 root.setDebugSolverName(root.getSystem(), "root"); in testBasicChainThreeElements() 664 a.setDebugSolverName(root.getSystem(), "A"); in testBasicChainThreeElements() 665 b.setDebugSolverName(root.getSystem(), "B"); in testBasicChainThreeElements() 666 c.setDebugSolverName(root.getSystem(), "C"); in testBasicChainThreeElements() 791 root.setDebugSolverName(root.getSystem(), "root"); in testBasicVerticalChainThreeElements() 792 a.setDebugSolverName(root.getSystem(), "A"); in testBasicVerticalChainThreeElements() [all …]
|
| D | VisibilityTest.java | 37 root.setDebugSolverName(root.getSystem(), "root"); in testGoneSingleConnection() 38 a.setDebugSolverName(root.getSystem(), "A"); in testGoneSingleConnection() 39 b.setDebugSolverName(root.getSystem(), "B"); in testGoneSingleConnection() 103 root.setDebugSolverName(root.getSystem(), "root"); in testGoneDualConnection() 104 a.setDebugSolverName(root.getSystem(), "A"); in testGoneDualConnection() 105 b.setDebugSolverName(root.getSystem(), "B"); in testGoneDualConnection()
|
| D | WidgetsPositioningTest.java | 314 root.setDebugSolverName(mLS, "root"); in testWrapSimpleWrapContent() 315 a.setDebugSolverName(mLS, "A"); in testWrapSimpleWrapContent() 434 a.setDebugSolverName(mLS, "A"); in testWidgetPositionMove() 435 b.setDebugSolverName(mLS, "B"); in testWidgetPositionMove() 436 c.setDebugSolverName(mLS, "C"); in testWidgetPositionMove() 472 root.setDebugSolverName(mLS, "root"); in testWrapProblem() 473 a.setDebugSolverName(mLS, "A"); in testWrapProblem() 474 b.setDebugSolverName(mLS, "B"); in testWrapProblem() 599 root.setDebugSolverName(mLS, "root"); in testGuidelinePosition() 600 a.setDebugSolverName(mLS, "A"); in testGuidelinePosition() [all …]
|
| D | MatchConstraintTest.java | 162 root.setDebugSolverName(root.getSystem(), "root"); in testSimpleHorizontalMatch() 163 a.setDebugSolverName(root.getSystem(), "A"); in testSimpleHorizontalMatch() 164 b.setDebugSolverName(root.getSystem(), "B"); in testSimpleHorizontalMatch() 165 c.setDebugSolverName(root.getSystem(), "C"); in testSimpleHorizontalMatch()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/ |
| D | ConstraintWidgetContainer.java | 844 setDebugSolverName(mSystem, debugName); in layout() 848 widget.setDebugSolverName(mSystem, widget.getDebugName()); in layout()
|
| D | ConstraintWidget.java | 1037 public void setDebugSolverName(LinearSystem system, String name) { in setDebugSolverName() method in ConstraintWidget
|
| /constraintlayout/constraintlayout-core/api/ |
| D | api_lint.ignore | 3420 MissingNullability: androidx.constraintlayout.core.widgets.ConstraintWidget#setDebugSolverName(andr… 3421 Missing nullability on parameter `system` in method `setDebugSolverName` 3422 MissingNullability: androidx.constraintlayout.core.widgets.ConstraintWidget#setDebugSolverName(andr… 3423 Missing nullability on parameter `name` in method `setDebugSolverName`
|
| D | 1.1.0-beta01.txt | 2912 method public void setDebugSolverName(androidx.constraintlayout.core.LinearSystem!, String!);
|
| D | restricted_1.1.0-beta01.txt | 2916 method public void setDebugSolverName(androidx.constraintlayout.core.LinearSystem!, String!);
|
| D | restricted_current.txt | 2925 method public void setDebugSolverName(androidx.constraintlayout.core.LinearSystem!, String!);
|
| D | current.txt | 2921 method public void setDebugSolverName(androidx.constraintlayout.core.LinearSystem!, String!);
|