Home | History | Annotate | Download | only in data

Lines Matching refs:JobContext

33 import com.android.gallery3d.util.ThreadPool.JobContext;
60 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) {
68 public static void decodeBounds(JobContext jc, FileDescriptor fd,
77 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) {
81 public static Bitmap decode(JobContext jc, byte[] bytes, int offset,
90 public static void decodeBounds(JobContext jc, byte[] bytes, int offset,
100 JobContext jc, String filePath, Options options, int targetSize, int type) {
115 JobContext jc, FileDescriptor fd, Options options, int targetSize, int type) {
168 public static Bitmap decodeIfBigEnough(JobContext jc, byte[] data,
199 JobContext jc, byte[] bytes, int offset, int length,
217 JobContext jc, String filePath, boolean shareable) {
227 JobContext jc, FileDescriptor fd, boolean shareable) {
237 JobContext jc, InputStream is, boolean shareable) {
249 public static Bitmap decodeUsingPool(JobContext jc, byte[] data, int offset,
276 public static Bitmap decodeUsingPool(JobContext jc,
300 private static Bitmap findCachedBitmap(JobContext jc, byte[] data,
306 private static Bitmap findCachedBitmap(JobContext jc, FileDescriptor fileDescriptor,