Searched refs:sThreadPool (Results 1 – 2 of 2) sorted by relevance
161 private static final ThreadPool sThreadPool = new ThreadPool(0, 2); field in BitmapJobDrawable.ThumbnailLoader170 return sThreadPool.submit( in submitBitmapTask()
40 private static ExecutorService sThreadPool = Executors.newSingleThreadExecutor(); field in AutoThumbnailDrawable184 sThreadPool.execute(mLoadBitmap); in loadBitmapLocked()