Searched refs:maxPoolSize (Results 1 – 4 of 4) sorted by relevance
90 public SimplePool(int maxPoolSize) { in SimplePool() argument91 if (maxPoolSize <= 0) { in SimplePool()94 mPool = new Object[maxPoolSize]; in SimplePool()148 public SynchronizedPool(int maxPoolSize) { in SynchronizedPool() argument149 super(maxPoolSize); in SynchronizedPool()
89 public SimplePool(int maxPoolSize) { in SimplePool() argument90 if (maxPoolSize <= 0) { in SimplePool()93 mPool = new Object[maxPoolSize]; in SimplePool()147 public SynchronizedPool(int maxPoolSize) { in SynchronizedPool() argument148 super(maxPoolSize); in SynchronizedPool()
543 PooledInputEventFactory::PooledInputEventFactory(size_t maxPoolSize) : in PooledInputEventFactory() argument544 mMaxPoolSize(maxPoolSize) { in PooledInputEventFactory()
664 PooledInputEventFactory(size_t maxPoolSize = 20);