Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DPriorityGoalRow.java242 ArrayRowVariables rowVariables = definition.variables; in updateFromRow() local
243 int currentSize = rowVariables.getCurrentSize(); in updateFromRow()
245 SolverVariable solverVariable = rowVariables.getVariable(i); in updateFromRow()
246 float value = rowVariables.getVariableValue(i); in updateFromRow()