Searched refs:maxPoolSize (Results 1 – 3 of 3) sorted by relevance
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()
597 PooledInputEventFactory::PooledInputEventFactory(size_t maxPoolSize) : in PooledInputEventFactory() argument598 mMaxPoolSize(maxPoolSize) { in PooledInputEventFactory()
603 PooledInputEventFactory(size_t maxPoolSize = 20);