Searched refs:mThreadPool (Results 1 – 8 of 8) sorted by relevance
43 private ThreadPool mThreadPool; field in GalleryAppImpl84 if (mThreadPool == null) { in getThreadPool()85 mThreadPool = new ThreadPool(); in getThreadPool()87 return mThreadPool; in getThreadPool()
61 private final ThreadPool mThreadPool; field in SlideshowDataAdapter74 mThreadPool = context.getThreadPool(); in SlideshowDataAdapter()175 return mThreadPool.submit(new Job<Slide>() { in nextSlide()202 mReloadTask = mThreadPool.submit(new ReloadTask());
52 private ThreadPool mThreadPool; field in SinglePhotoDataAdapter74 mThreadPool = activity.getThreadPool(); in SinglePhotoDataAdapter()154 mTask = mThreadPool.submit( in resume()157 mTask = mThreadPool.submit( in resume()
35 private ThreadPool mThreadPool = new ThreadPool(1, 1); field in BatchService46 return mThreadPool; in getThreadPool()
141 private final ThreadPool mThreadPool; field in PhotoDataAdapter182 mThreadPool = activity.getThreadPool(); in PhotoDataAdapter()789 entry.screenNailTask = mThreadPool.submit( in startTaskIfNeeded()799 entry.fullImageTask = mThreadPool.submit( in startTaskIfNeeded()
61 private final ThreadPool mThreadPool; field in AlbumSetSlidingWindow100 mThreadPool = activity.getThreadPool(); in AlbumSetSlidingWindow()431 return mThreadPool.submit(mMediaItem.requestImage( in submitBitmapTask()495 return mThreadPool.submit(mLabelMaker.requestLabel( in submitBitmapTask()
63 private final JobLimiter mThreadPool; field in AlbumSlidingWindow106 mThreadPool = new JobLimiter(activity.getThreadPool(), JOB_LIMIT); in AlbumSlidingWindow()299 return mThreadPool.submit( in submitBitmapTask()
122 private final ThreadPool mThreadPool; field in TileImageView154 mThreadPool = context.getThreadPool(); in TileImageView()155 mTileDecoder = mThreadPool.submit(new TileDecoder()); in TileImageView()397 mTileDecoder = mThreadPool.submit(new TileDecoder()); in prepareTextures()