Home
last modified time | relevance | path

Searched refs:usageInRowCount (Results 1 – 11 of 11) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/widgets/
DBasicSolverVariableValues.java134 variable.usageInRowCount++; in put()
145 variable.usageInRowCount++; in put()
185 v.usageInRowCount--; in remove()
205 v.usageInRowCount--; in add()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DArrayLinkedVariables.java138 variable.usageInRowCount++; in put()
211 variable.usageInRowCount++; in put()
249 variable.usageInRowCount++; in add()
287 variable.usageInRowCount--; in add()
344 variable.usageInRowCount++; in add()
409 variable.usageInRowCount--; in remove()
DSolverVariable.java69 public int usageInRowCount = 0; field in SolverVariable
288 usageInRowCount = 0; in reset()
DGoalRow.java30 error.usageInRowCount--; in addError()
DSolverVariableValues.java298 variable.usageInRowCount++; in addVariable()
402 v.usageInRowCount--; in remove()
DArrayRow.java579 if (variable.usageInRowCount <= 1 != isNew) { in isNew()
587 return variable.usageInRowCount <= 1; in isNew()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore3818 MutableBareField: androidx.constraintlayout.core.SolverVariable#usageInRowCount:
3819 Bare field usageInRowCount must be marked final, or moved behind accessors if mutable
D1.1.0-beta01.txt212 field public int usageInRowCount;
Drestricted_1.1.0-beta01.txt212 field public int usageInRowCount;
Drestricted_current.txt212 field public int usageInRowCount;
Dcurrent.txt212 field public int usageInRowCount;