HomeSort by relevance Sort by last modified time
    Searched defs:mThreadPool (Results 1 - 12 of 12) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
BatchService.java 35 private ThreadPool mThreadPool = new ThreadPool(1, 1);
46 return mThreadPool;
GalleryAppImpl.java 43 private ThreadPool mThreadPool;
84 if (mThreadPool == null) {
85 mThreadPool = new ThreadPool();
87 return mThreadPool;
SinglePhotoDataAdapter.java 52 private ThreadPool mThreadPool;
74 mThreadPool = activity.getThreadPool();
154 mTask = mThreadPool.submit(
157 mTask = mThreadPool.submit(
SlideshowDataAdapter.java 61 private final ThreadPool mThreadPool;
74 mThreadPool = context.getThreadPool();
175 return mThreadPool.submit(new Job<Slide>() {
202 mReloadTask = mThreadPool.submit(new ReloadTask());
PhotoDataAdapter.java 141 private final ThreadPool mThreadPool;
182 mThreadPool = activity.getThreadPool();
789 entry.screenNailTask = mThreadPool.submit(
799 entry.fullImageTask = mThreadPool.submit(
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
ViewServer.java 76 private ExecutorService mThreadPool;
109 mThreadPool = Executors.newFixedThreadPool(VIEW_SERVER_MAX_CONNECTIONS);
129 if (mThreadPool != null) {
131 mThreadPool.shutdownNow();
136 mThreadPool = null;
170 if (mThreadPool != null) {
171 mThreadPool.submit(new ViewServerWorker(client));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSlidingWindow.java 63 private final JobLimiter mThreadPool;
106 mThreadPool = new JobLimiter(activity.getThreadPool(), JOB_LIMIT);
299 return mThreadPool.submit(
AlbumSetSlidingWindow.java 61 private final ThreadPool mThreadPool;
100 mThreadPool = activity.getThreadPool();
431 return mThreadPool.submit(mMediaItem.requestImage(
495 return mThreadPool.submit(mLabelMaker.requestLabel(
TileImageView.java 122 private final ThreadPool mThreadPool;
154 mThreadPool = context.getThreadPool();
155 mTileDecoder = mThreadPool.submit(new TileDecoder());
397 mTileDecoder = mThreadPool.submit(new TileDecoder());
  /frameworks/wilhelm/src/
classes.h 198 ThreadPool mThreadPool; // for asynchronous operations
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 294 milliseconds