Home
last modified time | relevance | path

Searched refs:avoid (Results 1 – 6 of 6) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DArrayRow.java674 private SolverVariable pickPivotInVariables(boolean[] avoid, SolverVariable exclude) { in pickPivotInVariables() argument
688 if (!((avoid != null && avoid[v.id]) || (v == exclude))) { in pickPivotInVariables()
725 public SolverVariable getPivotCandidate(LinearSystem system, boolean[] avoid) { in getPivotCandidate() argument
726 return pickPivotInVariables(avoid, null); in getPivotCandidate()
DPriorityGoalRow.java163 public SolverVariable getPivotCandidate(LinearSystem system, boolean[] avoid) { in getPivotCandidate() argument
167 if (avoid[variable.id]) { in getPivotCandidate()
DLinearSystem.java116 SolverVariable getPivotCandidate(LinearSystem system, boolean[] avoid); in getPivotCandidate() argument
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/analyzer/
DDependencyGraph.java127 boolean avoid = basicMeasureWidgets(mContainer); in directMeasure()
128 if (avoid) { in directMeasure()
263 boolean avoid = basicMeasureWidgets(mContainer); in directMeasureSetup()
264 if (avoid) { in directMeasureSetup()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore143 Must avoid boxed primitives (`java.lang.Integer`)
813 Missing nullability on parameter `avoid` in method `getPivotCandidate`
953 Missing nullability on parameter `avoid` in method `getPivotCandidate`
/constraintlayout/constraintlayout/api/
Dapi_lint.ignore29 Must avoid boxed primitives (`java.lang.Boolean`)