Searched refs:maxPoolSize (Results 1 – 5 of 5) 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()
87 public ThreadPool(int initPoolSize, int maxPoolSize) { in ThreadPool() argument89 initPoolSize, maxPoolSize, KEEP_ALIVE_TIME, in ThreadPool()
71 SingleSizePool(final int maxPoolSize) { in SingleSizePool() argument73 mBitmaps = new Bitmap[maxPoolSize]; in SingleSizePool()
META-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/ ...