Home
last modified time | relevance | path

Searched defs:e (Results 1 – 10 of 10) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DLinearEquation.java111 static ArrayRow createRowFromEquation(LinearSystem linearSystem, LinearEquation e) { in createRowFromEquation()
610 EquationVariable e = new EquationVariable(mSystem, amount); in var() local
623 EquationVariable e = new EquationVariable(new Amount(numerator, denominator)); in var() local
635 EquationVariable e = new EquationVariable(mSystem, name, SolverVariable.Type.UNRESTRICTED); in var() local
648 EquationVariable e = new EquationVariable(mSystem, in var() local
664 EquationVariable e = new EquationVariable(mSystem, in var() local
775 EquationVariable e = new EquationVariable(mSystem, in withError() local
782 EquationVariable e = new EquationVariable(mSystem, amount, name, SolverVariable.Type.ERROR); in withError() local
806 EquationVariable e = new EquationVariable(mSystem, 1, in addArtificialVar() local
831 EquationVariable e = new EquationVariable(mSystem, in withSlack() local
[all …]
DChainTest.java39 ConstraintWidget e = new ConstraintWidget(600, 20); in testCenteringElementsWithSpreadChain() local
1074 ConstraintWidget e = new ConstraintWidget(50, 20); in testHorizontalChainComplex() local
1121 ConstraintWidget e = new ConstraintWidget(50, 20); in testVerticalChainComplex() local
1169 ConstraintWidget e = new ConstraintWidget(42, 17); in testHorizontalChainComplex2() local
DChainWrapContentTest.java306 ConstraintWidget e = new ConstraintWidget(308, 168); in testWrapChain() local
DOptimizationsTest.java963 ConstraintWidget e = new ConstraintWidget(100, 20); in testFullLayout() local
1060 ConstraintWidget e = new ConstraintWidget(30, 30); in testComplexLayout() local
1154 ConstraintWidget e = new ConstraintWidget(30, 30); in testComplexLayoutWrap() local
DWrapTest.java299 ConstraintWidget e = new ConstraintWidget(100, 20); in testWrap() local
DBarrierTest.java599 ConstraintWidget e = new ConstraintWidget(125, 20); in growArray() local
DRatioTest.java388 ConstraintWidget e = new ConstraintWidget(100, 40); in testRatioChainWrap2() local
/constraintlayout/constraintlayout-compose/samples/src/main/java/androidx/constraintlayout/compose/samples/
DConstraintLayoutSamples.kt47 val (a, b, c, d, e) = createRefsFor(0, 1, 2, 3, 4) in <lambda>() constant
79 val (a, b, c, d, e) = createRefsFor(0, 1, 2, 3, 4) in Column_sample() constant
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionPaths.java144 MotionPaths e) { in initPolar()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionPaths.java214 void initPolar(int parentWidth, int parentHeight, KeyPosition c, MotionPaths s, MotionPaths e) { in initPolar()