Searched defs:DecodeTask (Results 1 – 2 of 2) sorted by relevance
49 public class DecodeTask extends AsyncTask<Void, Void, ReusableBitmap> { class98 public DecodeTask(RequestKey requestKey, DecodeOptions decodeOpts, in DecodeTask() method in DecodeTask
159 private class DecodeTask extends AsyncTask<Void, Void, Bitmap> { class in PhotoUI164 public DecodeTask(byte[] data, int orientation, boolean mirror) { in DecodeTask() method in PhotoUI.DecodeTask