Searched refs:SimplePool (Results 1 – 3 of 3) sorted by relevance
77 public static class SimplePool<T> implements Pool<T> { class in Pools89 public SimplePool(int maxPoolSize) { in SimplePool() method in Pools.SimplePool137 public static class SynchronizedPool<T> extends SimplePool<T> {
23 import android.util.Pools.SimplePool;61 mNodePool = new SimplePool<Node>(32); in SparseArrayBitmapPool()