Searched refs:getThreadPool (Results 1 – 18 of 18) sorted by relevance
121 public ThreadPool getThreadPool() { in getThreadPool() method in AbstractGalleryActivity122 return ((GalleryApp) getApplication()).getThreadPool(); in getThreadPool()344 return mBatchService.getThreadPool(); in getBatchServiceThreadPoolIfAvailable()
33 public ThreadPool getThreadPool(); in getThreadPool() method
45 public ThreadPool getThreadPool() { in getThreadPool() method in BatchService
34 public ThreadPool getThreadPool(); in getThreadPool() method
52 mGetPanoMetadataTask = app.getThreadPool().submit( in getPanoramaSupport()
83 public synchronized ThreadPool getThreadPool() { in getThreadPool() method in GalleryAppImpl
74 mThreadPool = context.getThreadPool(); in SlideshowDataAdapter()
74 mThreadPool = activity.getThreadPool(); in SinglePhotoDataAdapter()
265 mUpdateStorageInfo = mActivity.getThreadPool().submit(mUpdateStorageInfoJob); in onResume()
182 mThreadPool = activity.getThreadPool(); in PhotoDataAdapter()
116 private Executor getThreadPool(String packageName) { in getThreadPool() method in LocalImageFetcher151 task.executeOnExecutor(getThreadPool(packageName)); in getImage()
64 mAddressLookupJob = mContext.getThreadPool().submit( in resolveAddress()
106 mThreadPool = new JobLimiter(activity.getThreadPool(), JOB_LIMIT); in AlbumSlidingWindow()
406 mMenuTask = mActivity.getThreadPool().submit(new Job<Void>() { in updateSupportedOperation()
100 mThreadPool = activity.getThreadPool(); in AlbumSetSlidingWindow()
154 mThreadPool = context.getThreadPool(); in TileImageView()
170 mLoadTask = mApplication.getThreadPool().submit(new AlbumsLoader(), this); in reload()
143 task.mFuture = mApplication.getThreadPool().submit(task, task); in download()