Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DLinearSystem.java82 private SolverVariable[] mPoolVariables = new SolverVariable[mPoolSize]; field in LinearSystem
202 mCache.mSolverVariablePool.releaseAll(mPoolVariables, mPoolVariablesCount); in reset()
397 mPoolVariables = Arrays.copyOf(mPoolVariables, mPoolSize); in acquireSolverVariable()
399 mPoolVariables[mPoolVariablesCount++] = variable; in acquireSolverVariable()