Home
last modified time | relevance | path

Searched refs:initPoolSize (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
DThreadPool.java87 public ThreadPool(int initPoolSize, int maxPoolSize) { in ThreadPool() argument
89 initPoolSize, maxPoolSize, KEEP_ALIVE_TIME, in ThreadPool()