Searched refs:mThreadPool (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBackgroundHandler.java27 static ExecutorService mThreadPool; field in class:BackgroundHandler
32 mThreadPool = Executors.newCachedThreadPool();
36 mThreadPool.execute(runnable);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryAppImpl.java39 private ThreadPool mThreadPool; field in class:GalleryAppImpl
70 if (mThreadPool == null) {
71 mThreadPool = new ThreadPool();
73 return mThreadPool;
H A DSlideshowDataAdapter.java61 private final ThreadPool mThreadPool; field in class:SlideshowDataAdapter
74 mThreadPool = context.getThreadPool();
172 return mThreadPool.submit(new Job<Slide>() {
196 mReloadTask = mThreadPool.submit(new ReloadTask());
H A DSinglePhotoDataAdapter.java51 private ThreadPool mThreadPool; field in class:SinglePhotoDataAdapter
71 mThreadPool = activity.getThreadPool();
142 mTask = mThreadPool.submit(
145 mTask = mThreadPool.submit(
H A DPhotoDataAdapter.java136 private final ThreadPool mThreadPool; field in class:PhotoDataAdapter
166 mThreadPool = activity.getThreadPool();
531 entry.screenNailTask = mThreadPool.submit(
542 entry.fullImageTask = mThreadPool.submit(
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpImage.java44 private final ThreadPool mThreadPool; field in class:MtpImage
63 mThreadPool = application.getThreadPool();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlidingWindow.java68 private JobLimiter mThreadPool; field in class:AlbumSlidingWindow
103 mThreadPool = new JobLimiter(activity.getThreadPool(), JOB_LIMIT);
368 mFuture = mThreadPool.submit(this, this);
370 mFuture = mThreadPool.submit(mMediaItem.requestImage(
H A DTileImageView.java119 private ThreadPool mThreadPool; field in class:TileImageView
134 mThreadPool = context.getThreadPool();
135 mTileDecoder = mThreadPool.submit(new TileDecoder());
352 mTileDecoder = mThreadPool.submit(new TileDecoder());
H A DAlbumSetSlidingWindow.java65 private final ThreadPool mThreadPool; field in class:AlbumSetSlidingWindow
100 mThreadPool = activity.getThreadPool();
420 mFuture = mThreadPool.submit(mMediaItem.requestImage(

Completed in 140 milliseconds