HomeSort by relevance Sort by last modified time
    Searched refs:JobContext (Results 1 - 25 of 25) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
PanoramaMetadataJob.java 25 import com.android.gallery3d.util.ThreadPool.JobContext;
37 public PanoramaMetadata run(JobContext jc) {
DownloadUtils.java 21 import com.android.gallery3d.util.ThreadPool.JobContext;
34 public static boolean requestDownload(JobContext jc, URL url, File file) {
46 public static void dump(JobContext jc, InputStream is, OutputStream os)
66 public static boolean download(JobContext jc, URL url, OutputStream output) {
SnailItem.java 24 import com.android.gallery3d.util.ThreadPool.JobContext;
43 public Bitmap run(JobContext jc) {
54 public BitmapRegionDecoder run(JobContext jc) {
DecodeUtils.java 34 import com.android.gallery3d.util.ThreadPool.JobContext;
61 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) {
69 public static void decodeBounds(JobContext jc, FileDescriptor fd,
78 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) {
82 public static Bitmap decode(JobContext jc, byte[] bytes, int offset,
91 public static void decodeBounds(JobContext jc, byte[] bytes, int offset,
101 JobContext jc, String filePath, Options options, int targetSize, int type) {
116 JobContext jc, FileDescriptor fd, Options options, int targetSize, int type) {
169 public static Bitmap decodeIfBigEnough(JobContext jc, byte[] data,
200 JobContext jc, byte[] bytes, int offset, int length
    [all...]
BytesBufferPool.java 19 import com.android.gallery3d.util.ThreadPool.JobContext;
40 public void readFrom(JobContext jc, FileDescriptor fd) throws IOException {
ImageCacheRequest.java 26 import com.android.gallery3d.util.ThreadPool.JobContext;
53 public Bitmap run(JobContext jc) {
101 public abstract Bitmap onDecodeOriginal(JobContext jc, int targetSize);
ActionImage.java 28 import com.android.gallery3d.util.ThreadPool.JobContext;
60 public Bitmap run(JobContext jc) {
UriImage.java 33 import com.android.gallery3d.util.ThreadPool.JobContext;
79 private void openFileOrDownloadTempFile(JobContext jc) {
93 private int openOrDownloadInner(JobContext jc) {
137 private boolean prepareInputFile(JobContext jc) {
173 public BitmapRegionDecoder run(JobContext jc) {
191 public Bitmap run(JobContext jc) {
BucketHelper.java 16 import com.android.gallery3d.util.ThreadPool.JobContext;
89 JobContext jc, ContentResolver resolver, int type) {
97 private static void updateBucketEntriesFromTable(JobContext jc,
124 JobContext jc, ContentResolver resolver, int type) {
146 JobContext jc, ContentResolver resolver, int type) {
DownloadCache.java 34 import com.android.gallery3d.util.ThreadPool.JobContext;
114 public Entry download(JobContext jc, URL url) {
315 public File run(JobContext jc) {
348 public synchronized Entry get(JobContext jc) {
LocalAlbumSet.java 31 import com.android.gallery3d.util.ThreadPool.JobContext;
105 public ArrayList<MediaSet> run(JobContext jc) {
LocalVideo.java 31 import com.android.gallery3d.util.ThreadPool.JobContext;
170 public Bitmap onDecodeOriginal(JobContext jc, int type) {
LocalImage.java 42 import com.android.gallery3d.util.ThreadPool.JobContext;
190 public Bitmap onDecodeOriginal(JobContext jc, final int type) {
232 public BitmapRegionDecoder run(JobContext jc) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CacheStorageUsageInfo.java 23 import com.android.gallery3d.util.ThreadPool.JobContext;
56 public void loadStorageInfo(JobContext jc) {
DetailsAddressResolver.java 31 import com.android.gallery3d.util.ThreadPool.JobContext;
47 public Address run(JobContext jc) {
ActionModeHandler.java 47 import com.android.gallery3d.util.ThreadPool.JobContext;
84 private JobContext mJobContext;
90 public GetAllPanoramaSupports(ArrayList<MediaObject> mediaObjects, JobContext jc) {
265 private ArrayList<MediaObject> getSelectedMediaObjects(JobContext jc) {
320 private Intent computePanoramaSharingIntent(JobContext jc, int maxItems) {
350 private Intent computeSharingIntent(JobContext jc, int maxItems) {
408 public Void run(final JobContext jc) {
AlbumLabelMaker.java 33 import com.android.gallery3d.util.ThreadPool.JobContext;
144 public Bitmap run(JobContext jc) {
MenuExecutor.java 44 import com.android.gallery3d.util.ThreadPool.JobContext;
370 DataManager manager, JobContext jc, int cmd, Path path) {
426 public Void run(JobContext jc) {
TileImageView.java 38 import com.android.gallery3d.util.ThreadPool.JobContext;
769 public Void run(JobContext jc) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
ThreadPool.java 38 public static final JobContext JOB_CONTEXT_STUB = new JobContextStub();
43 // A Job is like a Callable, but it has an addition JobContext parameter.
45 public T run(JobContext jc);
48 public interface JobContext {
54 private static class JobContextStub implements JobContext {
107 private class Worker<T> implements Runnable, Future<T>, JobContext {
191 // Below are the methods for JobContext (only called from the
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDataAdapter.java 30 import com.android.gallery3d.util.ThreadPool.JobContext;
96 public Void run(JobContext jc) {
177 public Slide run(JobContext jc) {
ManageCachePage.java 50 import com.android.gallery3d.util.ThreadPool.JobContext;
249 public Void run(JobContext jc) {
PhotoDataAdapter.java 43 import com.android.gallery3d.util.ThreadPool.JobContext;
699 public ScreenNail run(JobContext jc) {
729 public BitmapRegionDecoder run(JobContext jc) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
JobLimiter.java 21 import com.android.gallery3d.util.ThreadPool.JobContext;
104 public T run(JobContext jc) {
GalleryUtils.java 48 import com.android.gallery3d.util.ThreadPool.JobContext;
191 public static void fakeBusy(JobContext jc, int timeout) {

Completed in 139 milliseconds