Searched refs:SimplePool (Results 1 – 2 of 2) 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> {
29 import com.example.android.basicmultitouch.Pools.SimplePool;68 private static final SimplePool<TouchHistory> sPool =69 new SimplePool<TouchHistory>(MAX_POOL_SIZE);