Home
last modified time | relevance | path

Searched refs:mFuture (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/device/
DSingleDeviceRequest.java34 private final SettableFuture<TDevice> mFuture; field in SingleDeviceRequest
40 mFuture = SettableFuture.create(); in SingleDeviceRequest()
48 return mFuture; in getFuture()
63 return mFuture.set(device); in set()
75 mFuture.setException(throwable); in closeWithException()
83 mFuture.cancel(true /* mayInterruptIfRunning */); in close()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoDataAdapter.java854 private Future<BitmapRegionDecoder> mFuture; field in PhotoDataAdapter.FullImageListener
862 mFuture = future; in onFutureDone()
869 updateFullImage(mPath, mFuture); in run()
876 private Future<ScreenNail> mFuture; field in PhotoDataAdapter.ScreenNailListener
884 mFuture = future; in onFutureDone()
891 updateScreenNail(mPath, mFuture); in run()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadCache.java143 task.mFuture = mApplication.getThreadPool().submit(task, task); in download()
262 private Future<File> mFuture; field in DownloadCache.DownloadTask
273 mFuture.cancel(); in removeProxy()