/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DecodeUtils.java | 60 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 …]
|
D | DownloadUtils.java | 34 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()
|
D | UriImage.java | 79 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()
|
D | BucketHelper.java | 75 JobContext jc, ContentResolver resolver, int type) { in loadBucketEntries() 83 private static void updateBucketEntriesFromTable(JobContext jc, in updateBucketEntriesFromTable() 110 JobContext jc, ContentResolver resolver, int type) { in loadBucketEntriesFromImagesAndVideoTable() 132 JobContext jc, ContentResolver resolver, int type) { in loadBucketEntriesFromFilesTable()
|
D | ImageCacheRequest.java | 53 public Bitmap run(JobContext jc) { in run() 101 public abstract Bitmap onDecodeOriginal(JobContext jc, int targetSize); in onDecodeOriginal()
|
D | PanoramaMetadataJob.java | 37 public PanoramaMetadata run(JobContext jc) { in run()
|
D | DownloadCache.java | 114 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()
|
D | ActionImage.java | 60 public Bitmap run(JobContext jc) { in run()
|
D | BytesBufferPool.java | 40 public void readFrom(JobContext jc, FileDescriptor fd) throws IOException { in readFrom()
|
D | LocalImage.java | 190 public Bitmap onDecodeOriginal(JobContext jc, final int type) { in onDecodeOriginal() 232 public BitmapRegionDecoder run(JobContext jc) { in run()
|
D | LocalAlbumSet.java | 105 public ArrayList<MediaSet> run(JobContext jc) { in run()
|
D | LocalVideo.java | 170 public Bitmap onDecodeOriginal(JobContext jc, int type) { in onDecodeOriginal()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | ActionModeHandler.java | 90 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()
|
D | CacheStorageUsageInfo.java | 56 public void loadStorageInfo(JobContext jc) { in loadStorageInfo()
|
D | DetailsAddressResolver.java | 47 public Address run(JobContext jc) { in run()
|
D | MenuExecutor.java | 370 DataManager manager, JobContext jc, int cmd, Path path) { in execute() 426 public Void run(JobContext jc) { in run()
|
D | AlbumLabelMaker.java | 144 public Bitmap run(JobContext jc) { in run()
|
D | TileImageView.java | 768 public Void run(JobContext jc) { in run()
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | JobLimiter.java | 104 public T run(JobContext jc) { in run()
|
D | GalleryUtils.java | 191 public static void fakeBusy(JobContext jc, int timeout) { in fakeBusy()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | SlideshowDataAdapter.java | 96 public Void run(JobContext jc) { in run()
|
D | PhotoDataAdapter.java | 699 public ScreenNail run(JobContext jc) { in run() 729 public BitmapRegionDecoder run(JobContext jc) { in run()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/ |
D | ThreadPool.java | 45 public T run(JobContext jc); in run()
|