Searched refs:mFuture (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlidingWindow.java280 private Future<Bitmap> mFuture; field in class:AlbumSlidingWindow.AlbumDisplayItem
368 mFuture = mThreadPool.submit(this, this);
370 mFuture = mThreadPool.submit(mMediaItem.requestImage(
389 if (mFuture != null) {
390 mFuture.cancel();
400 Future<Bitmap> future = mFuture;
401 mFuture = null;
H A DAlbumSetSlidingWindow.java333 private Future<Bitmap> mFuture; field in class:AlbumSetSlidingWindow.GalleryDisplayItem
420 mFuture = mThreadPool.submit(mMediaItem.requestImage(
426 mFuture.cancel();
435 Future<Bitmap> future = mFuture;
436 mFuture = null;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDownloadCache.java170 task.mFuture = mApplication.getThreadPool().submit(task, task);
293 private Future<File> mFuture; field in class:DownloadCache.DownloadTask
304 mFuture.cancel();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoDataAdapter.java588 private Future<BitmapRegionDecoder> mFuture; field in class:PhotoDataAdapter.FullImageListener
596 mFuture = future;
603 updateFullImage(mVersion, mFuture);
610 private Future<Bitmap> mFuture; field in class:PhotoDataAdapter.ScreenNailListener
618 mFuture = future;
625 updateScreenNail(mVersion, mFuture);

Completed in 193 milliseconds