Home | History | Annotate | Download | only in data

Lines Matching refs:jc

51     public Bitmap run(JobContext jc) {
57 if (jc.isCancelled()) return null;
63 bitmap = DecodeUtils.decode(jc,
67 bitmap = DecodeUtils.decode(jc,
71 if (bitmap == null && !jc.isCancelled()) {
79 Bitmap bitmap = onDecodeOriginal(jc, mType);
80 if (jc.isCancelled()) return null;
92 if (jc.isCancelled()) return null;
95 if (jc.isCancelled()) return null;
101 public abstract Bitmap onDecodeOriginal(JobContext jc, int targetSize);