Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryAppImpl.java43 private ThreadPool mThreadPool; field in GalleryAppImpl
84 if (mThreadPool == null) { in getThreadPool()
85 mThreadPool = new ThreadPool(); in getThreadPool()
87 return mThreadPool; in getThreadPool()
DSlideshowDataAdapter.java61 private final ThreadPool mThreadPool; field in SlideshowDataAdapter
74 mThreadPool = context.getThreadPool(); in SlideshowDataAdapter()
175 return mThreadPool.submit(new Job<Slide>() { in nextSlide()
202 mReloadTask = mThreadPool.submit(new ReloadTask());
DSinglePhotoDataAdapter.java52 private ThreadPool mThreadPool; field in SinglePhotoDataAdapter
74 mThreadPool = activity.getThreadPool(); in SinglePhotoDataAdapter()
154 mTask = mThreadPool.submit( in resume()
157 mTask = mThreadPool.submit( in resume()
DBatchService.java35 private ThreadPool mThreadPool = new ThreadPool(1, 1); field in BatchService
46 return mThreadPool; in getThreadPool()
DPhotoDataAdapter.java141 private final ThreadPool mThreadPool; field in PhotoDataAdapter
182 mThreadPool = activity.getThreadPool(); in PhotoDataAdapter()
789 entry.screenNailTask = mThreadPool.submit( in startTaskIfNeeded()
799 entry.fullImageTask = mThreadPool.submit( in startTaskIfNeeded()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSetSlidingWindow.java61 private final ThreadPool mThreadPool; field in AlbumSetSlidingWindow
100 mThreadPool = activity.getThreadPool(); in AlbumSetSlidingWindow()
431 return mThreadPool.submit(mMediaItem.requestImage( in submitBitmapTask()
495 return mThreadPool.submit(mLabelMaker.requestLabel( in submitBitmapTask()
DAlbumSlidingWindow.java63 private final JobLimiter mThreadPool; field in AlbumSlidingWindow
106 mThreadPool = new JobLimiter(activity.getThreadPool(), JOB_LIMIT); in AlbumSlidingWindow()
299 return mThreadPool.submit( in submitBitmapTask()
DTileImageView.java122 private final ThreadPool mThreadPool; field in TileImageView
154 mThreadPool = context.getThreadPool(); in TileImageView()
155 mTileDecoder = mThreadPool.submit(new TileDecoder()); in TileImageView()
397 mTileDecoder = mThreadPool.submit(new TileDecoder()); in prepareTextures()