Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DCache.java23 Pools.Pool<ArrayRow> mArrayRowPool = new Pools.SimplePool<>(256); field in Cache
DLinearSystem.java180 mCache.mArrayRowPool.release(row); in releaseRows()
276 row = mCache.mArrayRowPool.acquire(); in createRow()
563 mCache.mArrayRowPool.release(current); in cleanupRows()
640 mCache.mArrayRowPool.release(row); in addConstraint()
687 mCache.mArrayRowPool.release(removedRow); in addRow()
728 mCache.mArrayRowPool.release(row); in removeRow()