Home
last modified time | relevance | path

Searched defs:jc (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDecodeUtils.java60 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) { in decode()
68 public static void decodeBounds(JobContext jc, FileDescriptor fd, in decodeBounds()
77 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { in decode()
81 public static Bitmap decode(JobContext jc, byte[] bytes, int offset, in decode()
90 public static void decodeBounds(JobContext jc, byte[] bytes, int offset, in decodeBounds()
100 JobContext jc, String filePath, Options options, int targetSize, int type) { in decodeThumbnail()
115 JobContext jc, FileDescriptor fd, Options options, int targetSize, int type) { in decodeThumbnail()
168 public static Bitmap decodeIfBigEnough(JobContext jc, byte[] data, in decodeIfBigEnough()
199 JobContext jc, byte[] bytes, int offset, int length, in createBitmapRegionDecoder()
217 JobContext jc, String filePath, boolean shareable) { in createBitmapRegionDecoder()
[all …]
DDownloadUtils.java34 public static boolean requestDownload(JobContext jc, URL url, File file) { in requestDownload()
46 public static void dump(JobContext jc, InputStream is, OutputStream os) in dump()
66 public static boolean download(JobContext jc, URL url, OutputStream output) { in download()
DUriImage.java79 private void openFileOrDownloadTempFile(JobContext jc) { in openFileOrDownloadTempFile()
93 private int openOrDownloadInner(JobContext jc) { in openOrDownloadInner()
137 private boolean prepareInputFile(JobContext jc) { in prepareInputFile()
173 public BitmapRegionDecoder run(JobContext jc) { in run()
191 public Bitmap run(JobContext jc) { in run()
DImageCacheRequest.java53 public Bitmap run(JobContext jc) { in run()
101 public abstract Bitmap onDecodeOriginal(JobContext jc, int targetSize); in onDecodeOriginal()
DBucketHelper.java89 JobContext jc, ContentResolver resolver, int type) { in loadBucketEntries()
97 private static void updateBucketEntriesFromTable(JobContext jc, in updateBucketEntriesFromTable()
124 JobContext jc, ContentResolver resolver, int type) { in loadBucketEntriesFromImagesAndVideoTable()
146 JobContext jc, ContentResolver resolver, int type) { in loadBucketEntriesFromFilesTable()
DPanoramaMetadataJob.java37 public PanoramaMetadata run(JobContext jc) { in run()
DDownloadCache.java114 public Entry download(JobContext jc, URL url) { in download()
315 public File run(JobContext jc) { in run()
348 public synchronized Entry get(JobContext jc) { in get()
DActionImage.java60 public Bitmap run(JobContext jc) { in run()
DBytesBufferPool.java40 public void readFrom(JobContext jc, FileDescriptor fd) throws IOException { in readFrom()
DLocalImage.java190 public Bitmap onDecodeOriginal(JobContext jc, final int type) { in onDecodeOriginal()
232 public BitmapRegionDecoder run(JobContext jc) { in run()
DLocalAlbumSet.java105 public ArrayList<MediaSet> run(JobContext jc) { in run()
DLocalVideo.java170 public Bitmap onDecodeOriginal(JobContext jc, int type) { in onDecodeOriginal()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DActionModeHandler.java90 public GetAllPanoramaSupports(ArrayList<MediaObject> mediaObjects, JobContext jc) { in GetAllPanoramaSupports()
265 private ArrayList<MediaObject> getSelectedMediaObjects(JobContext jc) { in getSelectedMediaObjects()
320 private Intent computePanoramaSharingIntent(JobContext jc, int maxItems) { in computePanoramaSharingIntent()
350 private Intent computeSharingIntent(JobContext jc, int maxItems) { in computeSharingIntent()
DCacheStorageUsageInfo.java56 public void loadStorageInfo(JobContext jc) { in loadStorageInfo()
DDetailsAddressResolver.java47 public Address run(JobContext jc) { in run()
DMenuExecutor.java370 DataManager manager, JobContext jc, int cmd, Path path) { in execute()
426 public Void run(JobContext jc) { in run()
DAlbumLabelMaker.java144 public Bitmap run(JobContext jc) { in run()
DTileImageView.java768 public Void run(JobContext jc) { in run()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DJobLimiter.java104 public T run(JobContext jc) { in run()
DGalleryUtils.java191 public static void fakeBusy(JobContext jc, int timeout) { in fakeBusy()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSlideshowDataAdapter.java96 public Void run(JobContext jc) { in run()
DPhotoDataAdapter.java699 public ScreenNail run(JobContext jc) { in run()
729 public BitmapRegionDecoder run(JobContext jc) { in run()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
DThreadPool.java45 public T run(JobContext jc); in run()