Home
last modified time | relevance | path

Searched defs:SimplePool (Results 1 – 1 of 1) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DPools.java83 static class SimplePool<T> implements Pool<T> { class in Pools
94 SimplePool(int maxPoolSize) { in SimplePool() method in Pools.SimplePool