Home
last modified time | relevance | path

Searched refs:linearSystem (Results 1 – 3 of 3) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DLinearEquation.java111 static ArrayRow createRowFromEquation(LinearSystem linearSystem, LinearEquation e) { in createRowFromEquation() argument
115 ArrayRow row = linearSystem.createRow(); in createRowFromEquation()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DLinearSystem.java1497 public static ArrayRow createRowDimensionPercent(LinearSystem linearSystem, in createRowDimensionPercent() argument
1504 ArrayRow row = linearSystem.createRow(); in createRowDimensionPercent()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore921 Missing nullability on parameter `linearSystem` in method `createRowDimensionPercent`