Home
last modified time | relevance | path

Searched refs:setDebugSolverName (Results 1 – 13 of 13) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DBarrierTest.java48 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 …]
DAdvancedChainTest.java39 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 …]
DChainTest.java623 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 …]
DVisibilityTest.java37 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()
DWidgetsPositioningTest.java314 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 …]
DMatchConstraintTest.java162 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/
DConstraintWidgetContainer.java844 setDebugSolverName(mSystem, debugName); in layout()
848 widget.setDebugSolverName(mSystem, widget.getDebugName()); in layout()
DConstraintWidget.java1037 public void setDebugSolverName(LinearSystem system, String name) { in setDebugSolverName() method in ConstraintWidget
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore3420 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`
D1.1.0-beta01.txt2912 method public void setDebugSolverName(androidx.constraintlayout.core.LinearSystem!, String!);
Drestricted_1.1.0-beta01.txt2916 method public void setDebugSolverName(androidx.constraintlayout.core.LinearSystem!, String!);
Drestricted_current.txt2925 method public void setDebugSolverName(androidx.constraintlayout.core.LinearSystem!, String!);
Dcurrent.txt2921 method public void setDebugSolverName(androidx.constraintlayout.core.LinearSystem!, String!);