Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DArrayRow.java35 ArrayList<SolverVariable> mVariablesToUpdate = new ArrayList<>(); field in ArrayRow
787 mVariablesToUpdate.add(variable); in updateFromSystem()
790 final int size = mVariablesToUpdate.size(); in updateFromSystem()
793 SolverVariable variable = mVariablesToUpdate.get(i); in updateFromSystem()
802 mVariablesToUpdate.clear(); in updateFromSystem()